#CA7616

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

Shades of Ochre #CA7616

Tints of Ochre #CA7616

Color information

#CA7616 (or 0xCA7616) is unknown color: approx Ochre. HEX triplet: CA, 76 and 16. RGB value is (202,118,22). Sum of RGB (Red+Green+Blue) = 202+118+22=342 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.06% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 22 (8.98% from 255 or 6.43% from 342); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7616 is #3589E9. Grayscale: #848484. Windows color (decimal): -3508714 or 1472202. OLE color: 1472202.

HSL color Cylindrical-coordinate representation of color #CA7616: hue angle of 32º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA7616 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB20211822-
CMYK00.420.890.21
HSL32º80.36%43.92%-
HSV(B)32º89.11%79.22%-
XYZ30.9825.574.06-
YUV132.1765.83177.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 59.06%
GREEN value IS 118 (46.48% from 255) = 34.50%
BLUE value IS 22 (8.98% from 255) = 6.43%
R=59.06%
G=34.50%
B=6.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021182200.420.890.213280.3643.92
HexCA761602A591520502c
Octal31216626052131254012054
Binary1100101011101101011001010101011001101011000001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7616; }

 p { color: rgb(202,118,22); }

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

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

 a { background-color: rgb(202,118,22); }

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

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

 span { border-color: rgb(202,118,22); }

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