#CA7712

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

Shades of Ochre #CA7712

Tints of Ochre #CA7712

Color information

#CA7712 (or 0xCA7712) is unknown color: approx Ochre. HEX triplet: CA, 77 and 12. RGB value is (202,119,18). Sum of RGB (Red+Green+Blue) = 202+119+18=339 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.59% from 339); Green value is 119 (46.88% from 255 or 35.10% from 339); Blue value is 18 (7.42% from 255 or 5.31% from 339); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7712 is #3588ED. Grayscale: #848484. Windows color (decimal): -3508462 or 1210314. OLE color: 1210314.

HSL color Cylindrical-coordinate representation of color #CA7712: hue angle of 32.93º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA7712 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB20211918-
CMYK00.410.910.21
HSL32.93º83.64%43.14%-
HSV(B)32.93º91.09%79.22%-
XYZ31.0625.793.91-
YUV132.363.5177.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 59.59%
GREEN value IS 119 (46.88% from 255) = 35.10%
BLUE value IS 18 (7.42% from 255) = 5.31%
R=59.59%
G=35.10%
B=5.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.91
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021191800.410.910.2132.9383.6443.14
HexCA77120295B1521542b
Octal31216722051133254112453
Binary1100101011101111001001010011011011101011000011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7712; }

 p { color: rgb(202,119,18); }

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

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

 a { background-color: rgb(202,119,18); }

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

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

 span { border-color: rgb(202,119,18); }

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