Html Css Color HEX #CA7222 Ochre

📋 copy color: '#CA7222'

red 202 ◦ green 114 ◦ blue 34

#CA7222
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #CA7222

Tints of Ochre #CA7222

RGB

 RED value IS 202 (79.3% from 255) = 57.71%

 GREEN value IS 114 (44.92% from 255) = 32.57%

 BLUE value IS 34 (13.67% from 255) = 9.71%

R = 57.71%
G = 32.57%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#CA7222 (or 0xCA7222) is known color: Ochre. HEX triplet: CA, 72 and 22. RGB value is (202,114,34). Sum of RGB (Red+Green+Blue) = 202+114+34=350 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.71% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 34 (13.67% from 255 or 9.71% from 350); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7222 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7222 is #358DDD. Grayscale: #838383. Windows color (decimal): -3509726 or 2257610. OLE color: 2257610.

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

Color convert

RGB 202 114 34 -
CMYK 0 0.44 0.83 0.21
HSL 28.57º 0.71% 0.46% -
HSV(B) 28.57º 0.83% 0.79% -
XYZ 30.66 24.71 4.67 -
YUV 131.19 73.15 178.5 -
System Red Green Blue C M Y K H S L
Decimal 202 114 34 0 0.44 0.83 0.21 28.57 0.71 0.46
Hex CA 72 22 0 2C 53 15 1D 47 2E
Octal 312 162 42 0 54 123 25 35 107 56
Binary 11001010 1110010 100010 0 101100 1010011 10101 11101 1000111 101110

Color Harmonies of #CA7222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7222

Black with #CA7222

Text Example


Text Example

White with #CA7222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7222; }

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

 H1.HeaderClassName
 {
   color: #CA7222;
 }
 .AnyTagClassName
 {
   color: #CA7222;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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