Html Css Color HEX #C57120 Ochre

📋 copy color: '#C57120'

red 197 ◦ green 113 ◦ blue 32

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

Shades of Ochre #C57120

Tints of Ochre #C57120

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.04%

 BLUE value IS 32 (12.89% from 255) = 9.36%

R = 57.6%
G = 33.04%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C57120 (or 0xC57120) is known color: Ochre. HEX triplet: C5, 71 and 20. RGB value is (197,113,32). Sum of RGB (Red+Green+Blue) = 197+113+32=342 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.60% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 32 (12.89% from 255 or 9.36% from 342); Max value from RGB is 197 - color contains mainly: red. Hex color #C57120 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57120 is #3A8EDF. Grayscale: #818181. Windows color (decimal): -3837664 or 2126277. OLE color: 2126277.

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

Color convert

RGB 197 113 32 -
CMYK 0 0.43 0.84 0.23
HSL 29.45º 0.72% 0.45% -
HSV(B) 29.45º 0.84% 0.77% -
XYZ 29.19 23.78 4.42 -
YUV 128.88 73.33 176.59 -
System Red Green Blue C M Y K H S L
Decimal 197 113 32 0 0.43 0.84 0.23 29.45 0.72 0.45
Hex C5 71 20 0 2B 54 17 1D 48 2D
Octal 305 161 40 0 53 124 27 35 110 55
Binary 11000101 1110001 100000 0 101011 1010100 10111 11101 1001000 101101

Color Harmonies of #C57120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57120

Black with #C57120

Text Example


Text Example

White with #C57120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57120; }

 p { color: rgb(197,113,32); }

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

background-color css

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

 a { background-color: rgb(197,113,32); }

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

border-color css

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

 span { border-color: rgb(197,113,32); }

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