Html Css Color HEX #C57724 Ochre

📋 copy color: '#C57724'

red 197 ◦ green 119 ◦ blue 36

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

Shades of Ochre #C57724

Tints of Ochre #C57724

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.81%

 BLUE value IS 36 (14.45% from 255) = 10.23%

R = 55.97%
G = 33.81%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C57724 (or 0xC57724) is known color: Ochre. HEX triplet: C5, 77 and 24. RGB value is (197,119,36). Sum of RGB (Red+Green+Blue) = 197+119+36=352 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.97% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 36 (14.45% from 255 or 10.23% from 352); Max value from RGB is 197 - color contains mainly: red. Hex color #C57724 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57724 is #3A88DB. Grayscale: #858585. Windows color (decimal): -3836124 or 2389957. OLE color: 2389957.

HSL color Cylindrical-coordinate representation of color #C57724: hue angle of 30.93º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C57724 is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 119 36 -
CMYK 0 0.40 0.82 0.23
HSL 30.93º 0.69% 0.46% -
HSV(B) 30.93º 0.82% 0.77% -
XYZ 29.94 25.19 4.95 -
YUV 132.86 73.34 173.75 -
System Red Green Blue C M Y K H S L
Decimal 197 119 36 0 0.40 0.82 0.23 30.93 0.69 0.46
Hex C5 77 24 0 28 52 17 1F 45 2E
Octal 305 167 44 0 50 122 27 37 105 56
Binary 11000101 1110111 100100 0 101000 1010010 10111 11111 1000101 101110

Color Harmonies of #C57724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57724

Black with #C57724

Text Example


Text Example

White with #C57724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57724; }

 p { color: rgb(197,119,36); }

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

background-color css

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

 a { background-color: rgb(197,119,36); }

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

border-color css

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

 span { border-color: rgb(197,119,36); }

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