Html Css Color HEX #C57118 Ochre

📋 copy color: '#C57118'

red 197 ◦ green 113 ◦ blue 24

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

Shades of Ochre #C57118

Tints of Ochre #C57118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.19%

R = 58.98%
G = 33.83%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C57118 (or 0xC57118) is known color: Ochre. HEX triplet: C5, 71 and 18. RGB value is (197,113,24). Sum of RGB (Red+Green+Blue) = 197+113+24=334 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.98% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 24 (9.77% from 255 or 7.19% from 334); Max value from RGB is 197 - color contains mainly: red. Hex color #C57118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57118 is #3A8EE7. Grayscale: #808080. Windows color (decimal): -3837672 or 1601989. OLE color: 1601989.

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

Color convert

RGB 197 113 24 -
CMYK 0 0.43 0.88 0.23
HSL 30.87º 0.78% 0.43% -
HSV(B) 30.87º 0.88% 0.77% -
XYZ 29.1 23.75 3.91 -
YUV 127.97 69.33 177.24 -
System Red Green Blue C M Y K H S L
Decimal 197 113 24 0 0.43 0.88 0.23 30.87 0.78 0.43
Hex C5 71 18 0 2B 58 17 1F 4E 2B
Octal 305 161 30 0 53 130 27 37 116 53
Binary 11000101 1110001 11000 0 101011 1011000 10111 11111 1001110 101011

Color Harmonies of #C57118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57118

Black with #C57118

Text Example


Text Example

White with #C57118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57118; }

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

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

background-color css

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

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

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

border-color css

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

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

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