#CA8222

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

Shades of Ochre #CA8222

Tints of Ochre #CA8222

Color information

#CA8222 (or 0xCA8222) is unknown color: approx Ochre. HEX triplet: CA, 82 and 22. RGB value is (202,130,34). Sum of RGB (Red+Green+Blue) = 202+130+34=366 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.19% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 34 (13.67% from 255 or 9.29% from 366); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8222 is #357DDD. Grayscale: #8D8D8D. Windows color (decimal): -3505630 or 2261706. OLE color: 2261706.

HSL color Cylindrical-coordinate representation of color #CA8222: hue angle of 34.29º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA8222 is Cyan = 0, Magento = 0.36, Yellow = 0.83 and Black (K on CMYK) = 0.21.

Color convert

RGB20213034-
CMYK00.360.830.21
HSL34.29º71.19%46.27%-
HSV(B)34.29º83.17%79.22%-
XYZ32.6328.645.32-
YUV140.5867.85171.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.19%
GREEN value IS 130 (51.17% from 255) = 35.52%
BLUE value IS 34 (13.67% from 255) = 9.29%
R=55.19%
G=35.52%
B=9.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.83
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021303400.360.830.2134.2971.1946.27
HexCA8222024531522472e
Octal31220242044123254210756
Binary110010101000001010001001001001010011101011000101000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8222; }

 p { color: rgb(202,130,34); }

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

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

 a { background-color: rgb(202,130,34); }

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

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

 span { border-color: rgb(202,130,34); }

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