#CA7411

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

Shades of Ochre #CA7411

Tints of Ochre #CA7411

Color information

#CA7411 (or 0xCA7411) is unknown color: approx Ochre. HEX triplet: CA, 74 and 11. RGB value is (202,116,17). Sum of RGB (Red+Green+Blue) = 202+116+17=335 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.30% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 17 (7.03% from 255 or 5.07% from 335); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7411 is #358BEE. Grayscale: #828282. Windows color (decimal): -3509231 or 1144010. OLE color: 1144010.

HSL color Cylindrical-coordinate representation of color #CA7411: hue angle of 32.11º 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 #CA7411 is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB20211617-
CMYK00.430.920.21
HSL32.11º84.47%42.94%-
HSV(B)32.11º91.58%79.22%-
XYZ30.725.093.75-
YUV130.4363.99179.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 60.30%
GREEN value IS 116 (45.70% from 255) = 34.63%
BLUE value IS 17 (7.03% from 255) = 5.07%
R=60.30%
G=34.63%
B=5.07%

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
Decimal2021161700.430.920.2132.1184.4742.94
HexCA741102B5C1520542b
Octal31216421053134254012453
Binary1100101011101001000101010111011100101011000001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7411; }

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

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

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

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

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

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

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

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