#CA7923

Color #CA7923 Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #CA7923

Tints of Ochre #CA7923

Color information

#CA7923 (or 0xCA7923) is unknown color: approx Ochre. HEX triplet: CA, 79 and 23. RGB value is (202,121,35). Sum of RGB (Red+Green+Blue) = 202+121+35=358 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.42% from 358); Green value is 121 (47.66% from 255 or 33.80% from 358); Blue value is 35 (14.06% from 255 or 9.78% from 358); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7923 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7923 is #3586DC. Grayscale: #878787. Windows color (decimal): -3507933 or 2324938. OLE color: 2324938.

HSL color Cylindrical-coordinate representation of color #CA7923: hue angle of 30.9º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA7923 is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.21.

Color convert

RGB20212135-
CMYK00.400.830.21
HSL30.9º70.46%46.47%-
HSV(B)30.9º82.67%79.22%-
XYZ31.526.355.02-
YUV135.4271.34175.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 56.42%
GREEN value IS 121 (47.66% from 255) = 33.80%
BLUE value IS 35 (14.06% from 255) = 9.78%
R=56.42%
G=33.80%
B=9.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.83
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021213500.400.830.2130.970.4646.47
HexCA792302853151f462e
Octal31217143050123253710656
Binary1100101011110011000110101000101001110101111111000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7923; }

 p { color: rgb(202,121,35); }

 H1.HeaderClassName
 {
   color: #CA7923;
 }
 .AnyTagClassName
 {
   color: #CA7923;
 }
</style>
background-color css

<style>
 a { background-color: #CA7923; }

 a { background-color: rgb(202,121,35); }

 div.DivClassName
 {
   background-color: #CA7923;
 }
 .BgClassName
 {
   background-color: #CA7923;
 }
</style>
border-color css

<style>
 span { border-color: #CA7923; }

 span { border-color: rgb(202,121,35); }

 td.TdClassName
 {
   border-color: #CA7923;
 }
 .TagClassName
 {
   border-color: #CA7923;
 }
</style>