Html Css Color HEX #C57418 Ochre

📋 copy color: '#C57418'

red 197 ◦ green 116 ◦ blue 24

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

Shades of Ochre #C57418

Tints of Ochre #C57418

RGB

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

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

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

R = 58.46%
G = 34.42%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C57418 (or 0xC57418) is known color: Ochre. HEX triplet: C5, 74 and 18. RGB value is (197,116,24). Sum of RGB (Red+Green+Blue) = 197+116+24=337 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.46% from 337); Green value is 116 (45.70% from 255 or 34.42% from 337); Blue value is 24 (9.77% from 255 or 7.12% from 337); Max value from RGB is 197 - color contains mainly: red. Hex color #C57418 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57418 is #3A8BE7. Grayscale: #828282. Windows color (decimal): -3836904 or 1602757. OLE color: 1602757.

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

Color convert

RGB 197 116 24 -
CMYK 0 0.41 0.88 0.23
HSL 31.91º 0.78% 0.43% -
HSV(B) 31.91º 0.88% 0.77% -
XYZ 29.44 24.43 4.03 -
YUV 129.73 68.34 175.98 -
System Red Green Blue C M Y K H S L
Decimal 197 116 24 0 0.41 0.88 0.23 31.91 0.78 0.43
Hex C5 74 18 0 29 58 17 20 4E 2B
Octal 305 164 30 0 51 130 27 40 116 53
Binary 11000101 1110100 11000 0 101001 1011000 10111 100000 1001110 101011

Color Harmonies of #C57418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57418

Black with #C57418

Text Example


Text Example

White with #C57418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57418; }

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

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

background-color css

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

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

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

border-color css

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

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

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