#CA7324

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

Shades of Ochre #CA7324

Tints of Ochre #CA7324

Color information

#CA7324 (or 0xCA7324) is unknown color: approx Ochre. HEX triplet: CA, 73 and 24. RGB value is (202,115,36). Sum of RGB (Red+Green+Blue) = 202+115+36=353 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.22% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 36 (14.45% from 255 or 10.20% from 353); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7324 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7324 is #358CDB. Grayscale: #848484. Windows color (decimal): -3509468 or 2388938. OLE color: 2388938.

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

Color convert

RGB20211536-
CMYK00.430.820.21
HSL28.55º69.75%46.67%-
HSV(B)28.55º82.18%79.22%-
XYZ30.8124.954.86-
YUV132.0173.82177.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.22%
GREEN value IS 115 (45.31% from 255) = 32.58%
BLUE value IS 36 (14.45% from 255) = 10.20%
R=57.22%
G=32.58%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.82
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021153600.430.820.2128.5569.7546.67
HexCA732402B52151d462f
Octal31216344053122253510657
Binary1100101011100111001000101011101001010101111011000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7324; }

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

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

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

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

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

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

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

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