Html Css Color HEX #C57820 Ochre

📋 copy color: '#C57820'

red 197 ◦ green 120 ◦ blue 32

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

Shades of Ochre #C57820

Tints of Ochre #C57820

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.38%

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

R = 56.45%
G = 34.38%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C57820 (or 0xC57820) is known color: Ochre. HEX triplet: C5, 78 and 20. RGB value is (197,120,32). Sum of RGB (Red+Green+Blue) = 197+120+32=349 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.45% from 349); Green value is 120 (47.27% from 255 or 34.38% from 349); Blue value is 32 (12.89% from 255 or 9.17% from 349); Max value from RGB is 197 - color contains mainly: red. Hex color #C57820 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57820 is #3A87DF. Grayscale: #858585. Windows color (decimal): -3835872 or 2128069. OLE color: 2128069.

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

Color convert

RGB 197 120 32 -
CMYK 0 0.39 0.84 0.23
HSL 32º 0.72% 0.45% -
HSV(B) 32º 0.84% 0.77% -
XYZ 30 25.41 4.69 -
YUV 132.99 71.01 173.66 -
System Red Green Blue C M Y K H S L
Decimal 197 120 32 0 0.39 0.84 0.23 32 0.72 0.45
Hex C5 78 20 0 27 54 17 20 48 2D
Octal 305 170 40 0 47 124 27 40 110 55
Binary 11000101 1111000 100000 0 100111 1010100 10111 100000 1001000 101101

Color Harmonies of #C57820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57820

Black with #C57820

Text Example


Text Example

White with #C57820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57820; }

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

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

background-color css

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

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

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

border-color css

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

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

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