Html Css Color HEX #C57222 Ochre

📋 copy color: '#C57222'

red 197 ◦ green 114 ◦ blue 34

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

Shades of Ochre #C57222

Tints of Ochre #C57222

RGB

 RED value IS 197 (77.34% from 255) = 57.1%

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

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

R = 57.1%
G = 33.04%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#C57222 (or 0xC57222) is known color: Ochre. HEX triplet: C5, 72 and 22. RGB value is (197,114,34). Sum of RGB (Red+Green+Blue) = 197+114+34=345 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.10% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 34 (13.67% from 255 or 9.86% from 345); Max value from RGB is 197 - color contains mainly: red. Hex color #C57222 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57222 is #3A8DDD. Grayscale: #828282. Windows color (decimal): -3837406 or 2257605. OLE color: 2257605.

HSL color Cylindrical-coordinate representation of color #C57222: hue angle of 29.45º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C57222 is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 114 34 -
CMYK 0 0.42 0.83 0.23
HSL 29.45º 0.71% 0.45% -
HSV(B) 29.45º 0.83% 0.77% -
XYZ 29.33 24.02 4.6 -
YUV 129.7 74 176 -
System Red Green Blue C M Y K H S L
Decimal 197 114 34 0 0.42 0.83 0.23 29.45 0.71 0.45
Hex C5 72 22 0 2A 53 17 1D 47 2D
Octal 305 162 42 0 52 123 27 35 107 55
Binary 11000101 1110010 100010 0 101010 1010011 10111 11101 1000111 101101

Color Harmonies of #C57222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57222

Black with #C57222

Text Example


Text Example

White with #C57222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57222; }

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

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

background-color css

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

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

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

border-color css

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

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

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