Html Css Color HEX #C57420 Ochre

📋 copy color: '#C57420'

red 197 ◦ green 116 ◦ blue 32

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

Shades of Ochre #C57420

Tints of Ochre #C57420

RGB

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

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

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

R = 57.1%
G = 33.62%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C57420 (or 0xC57420) is known color: Ochre. HEX triplet: C5, 74 and 20. RGB value is (197,116,32). Sum of RGB (Red+Green+Blue) = 197+116+32=345 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.10% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 32 (12.89% from 255 or 9.28% from 345); Max value from RGB is 197 - color contains mainly: red. Hex color #C57420 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57420 is #3A8BDF. Grayscale: #838383. Windows color (decimal): -3836896 or 2127045. OLE color: 2127045.

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

Color convert

RGB 197 116 32 -
CMYK 0 0.41 0.84 0.23
HSL 30.55º 0.72% 0.45% -
HSV(B) 30.55º 0.84% 0.77% -
XYZ 29.53 24.47 4.53 -
YUV 130.64 72.34 175.33 -
System Red Green Blue C M Y K H S L
Decimal 197 116 32 0 0.41 0.84 0.23 30.55 0.72 0.45
Hex C5 74 20 0 29 54 17 1F 48 2D
Octal 305 164 40 0 51 124 27 37 110 55
Binary 11000101 1110100 100000 0 101001 1010100 10111 11111 1001000 101101

Color Harmonies of #C57420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57420

Black with #C57420

Text Example


Text Example

White with #C57420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57420; }

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

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

background-color css

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

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

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

border-color css

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

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

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