#ca7409

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

Shades of Ochre #CA7409

Tints of Ochre #CA7409

Color information

#CA7409 (or 0xCA7409) is unknown color: approx Ochre. HEX triplet: CA, 74 and 09. RGB value is (202,116,9). Sum of RGB (Red+Green+Blue) = 202+116+9=327 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.77% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 9 (3.91% from 255 or 2.75% from 327); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7409 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7409 is #358BF6. Grayscale: #828282. Windows color (decimal): -3509239 or 619722. OLE color: 619722.

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

Color convert

RGB2021169-
CMYK00.430.960.21
HSL33.26º91.47%41.37%-
HSV(B)33.26º95.54%79.22%-
XYZ30.6525.073.48-
YUV129.5259.99179.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 61.77%
GREEN value IS 116 (45.70% from 255) = 35.47%
BLUE value IS 9 (3.91% from 255) = 2.75%
R=61.77%
G=35.47%
B=2.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.96
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202116900.430.960.2133.2691.4741.37
HexCA74902B6015215b29
Octal31216411053140254113351
Binary110010101110100100101010111100000101011000011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca7409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca7409; }

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

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

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

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

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

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

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

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