Html Css Color HEX #C57018 Ochre

📋 copy color: '#C57018'

red 197 ◦ green 112 ◦ blue 24

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

Shades of Ochre #C57018

Tints of Ochre #C57018

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.63%

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

R = 59.16%
G = 33.63%
B = 7.21%

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

#C57018 (or 0xC57018) is known color: Ochre. HEX triplet: C5, 70 and 18. RGB value is (197,112,24). Sum of RGB (Red+Green+Blue) = 197+112+24=333 (44% of max value = 765). Red value is 197 (77.34% from 255 or 59.16% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 24 (9.77% from 255 or 7.21% from 333); Max value from RGB is 197 - color contains mainly: red. Hex color #C57018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57018 is #3A8FE7. Grayscale: #7F7F7F. Windows color (decimal): -3837928 or 1601733. OLE color: 1601733.

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

Color convert

RGB 197 112 24 -
CMYK 0 0.43 0.88 0.23
HSL 30.52º 0.78% 0.43% -
HSV(B) 30.52º 0.88% 0.77% -
XYZ 28.99 23.52 3.88 -
YUV 127.38 69.66 177.66 -
System Red Green Blue C M Y K H S L
Decimal 197 112 24 0 0.43 0.88 0.23 30.52 0.78 0.43
Hex C5 70 18 0 2B 58 17 1F 4E 2B
Octal 305 160 30 0 53 130 27 37 116 53
Binary 11000101 1110000 11000 0 101011 1011000 10111 11111 1001110 101011

Color Harmonies of #C57018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57018

Black with #C57018

Text Example


Text Example

White with #C57018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57018; }

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

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

background-color css

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

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

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

border-color css

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

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

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