#CA7522

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

Shades of Ochre #CA7522

Tints of Ochre #CA7522

Color information

#CA7522 (or 0xCA7522) is unknown color: approx Ochre. HEX triplet: CA, 75 and 22. RGB value is (202,117,34). Sum of RGB (Red+Green+Blue) = 202+117+34=353 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.22% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 34 (13.67% from 255 or 9.63% from 353); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7522 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7522 is #358ADD. Grayscale: #858585. Windows color (decimal): -3508958 or 2258378. OLE color: 2258378.

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

Color convert

RGB20211734-
CMYK00.420.830.21
HSL29.64º71.19%46.27%-
HSV(B)29.64º83.17%79.22%-
XYZ31.0125.394.78-
YUV132.9572.16177.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.22%
GREEN value IS 117 (46.09% from 255) = 33.14%
BLUE value IS 34 (13.67% from 255) = 9.63%
R=57.22%
G=33.14%
B=9.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.83
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021173400.420.830.2129.6471.1946.27
HexCA752202A53151e472e
Octal31216542052123253610756
Binary1100101011101011000100101010101001110101111101000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7522; }

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

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

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

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

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

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

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

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