Html Css Color HEX #C57318 Ochre

📋 copy color: '#C57318'

red 197 ◦ green 115 ◦ blue 24

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

Shades of Ochre #C57318

Tints of Ochre #C57318

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.23%

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

R = 58.63%
G = 34.23%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C57318 (or 0xC57318) is known color: Ochre. HEX triplet: C5, 73 and 18. RGB value is (197,115,24). Sum of RGB (Red+Green+Blue) = 197+115+24=336 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.63% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 24 (9.77% from 255 or 7.14% from 336); Max value from RGB is 197 - color contains mainly: red. Hex color #C57318 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57318 is #3A8CE7. Grayscale: #818181. Windows color (decimal): -3837160 or 1602501. OLE color: 1602501.

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

Color convert

RGB 197 115 24 -
CMYK 0 0.42 0.88 0.23
HSL 31.56º 0.78% 0.43% -
HSV(B) 31.56º 0.88% 0.77% -
XYZ 29.32 24.2 3.99 -
YUV 129.14 68.67 176.4 -
System Red Green Blue C M Y K H S L
Decimal 197 115 24 0 0.42 0.88 0.23 31.56 0.78 0.43
Hex C5 73 18 0 2A 58 17 20 4E 2B
Octal 305 163 30 0 52 130 27 40 116 53
Binary 11000101 1110011 11000 0 101010 1011000 10111 100000 1001110 101011

Color Harmonies of #C57318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57318

Black with #C57318

Text Example


Text Example

White with #C57318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57318; }

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

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

background-color css

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

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

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

border-color css

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

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

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