Html Css Color HEX #C57422 Ochre

📋 copy color: '#C57422'

red 197 ◦ green 116 ◦ blue 34

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

Shades of Ochre #C57422

Tints of Ochre #C57422

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.43%

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

R = 56.77%
G = 33.43%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#C57422 (or 0xC57422) is known color: Ochre. HEX triplet: C5, 74 and 22. RGB value is (197,116,34). Sum of RGB (Red+Green+Blue) = 197+116+34=347 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.77% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 34 (13.67% from 255 or 9.80% from 347); Max value from RGB is 197 - color contains mainly: red. Hex color #C57422 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57422 is #3A8BDD. Grayscale: #838383. Windows color (decimal): -3836894 or 2258117. OLE color: 2258117.

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

Color convert

RGB 197 116 34 -
CMYK 0 0.41 0.83 0.23
HSL 30.18º 0.71% 0.45% -
HSV(B) 30.18º 0.83% 0.77% -
XYZ 29.56 24.48 4.68 -
YUV 130.87 73.34 175.17 -
System Red Green Blue C M Y K H S L
Decimal 197 116 34 0 0.41 0.83 0.23 30.18 0.71 0.45
Hex C5 74 22 0 29 53 17 1E 47 2D
Octal 305 164 42 0 51 123 27 36 107 55
Binary 11000101 1110100 100010 0 101001 1010011 10111 11110 1000111 101101

Color Harmonies of #C57422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57422

Black with #C57422

Text Example


Text Example

White with #C57422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57422; }

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

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

background-color css

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

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

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

border-color css

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

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

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