#CA7311

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

Shades of Ochre #CA7311

Tints of Ochre #CA7311

Color information

#CA7311 (or 0xCA7311) is unknown color: approx Ochre. HEX triplet: CA, 73 and 11. RGB value is (202,115,17). Sum of RGB (Red+Green+Blue) = 202+115+17=334 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.48% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 17 (7.03% from 255 or 5.09% from 334); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7311 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7311 is #358CEE. Grayscale: #828282. Windows color (decimal): -3509487 or 1143754. OLE color: 1143754.

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

Color convert

RGB20211517-
CMYK00.430.920.21
HSL31.78º84.47%42.94%-
HSV(B)31.78º91.58%79.22%-
XYZ30.5924.863.72-
YUV129.8464.32179.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 60.48%
GREEN value IS 115 (45.31% from 255) = 34.43%
BLUE value IS 17 (7.03% from 255) = 5.09%
R=60.48%
G=34.43%
B=5.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.92
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021151700.430.920.2131.7884.4742.94
HexCA731102B5C1520542b
Octal31216321053134254012453
Binary1100101011100111000101010111011100101011000001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7311; }

 p { color: rgb(202,115,17); }

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

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

 a { background-color: rgb(202,115,17); }

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

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

 span { border-color: rgb(202,115,17); }

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