#CA7722

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

Shades of Ochre #CA7722

Tints of Ochre #CA7722

Color information

#CA7722 (or 0xCA7722) is unknown color: approx Ochre. HEX triplet: CA, 77 and 22. RGB value is (202,119,34). Sum of RGB (Red+Green+Blue) = 202+119+34=355 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.90% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 34 (13.67% from 255 or 9.58% from 355); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7722 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7722 is #3588DD. Grayscale: #868686. Windows color (decimal): -3508446 or 2258890. OLE color: 2258890.

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

Color convert

RGB20211934-
CMYK00.410.830.21
HSL30.36º71.19%46.27%-
HSV(B)30.36º83.17%79.22%-
XYZ31.2425.874.86-
YUV134.1371.5176.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 56.90%
GREEN value IS 119 (46.88% from 255) = 33.52%
BLUE value IS 34 (13.67% from 255) = 9.58%
R=56.90%
G=33.52%
B=9.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.83
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021193400.410.830.2130.3671.1946.27
HexCA772202953151e472e
Octal31216742051123253610756
Binary1100101011101111000100101001101001110101111101000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7722; }

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

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

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

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

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

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

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

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