Html Css Color HEX #C57518 Ochre

📋 copy color: '#C57518'

red 197 ◦ green 117 ◦ blue 24

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

Shades of Ochre #C57518

Tints of Ochre #C57518

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.62%

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

R = 58.28%
G = 34.62%
B = 7.1%

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

#C57518 (or 0xC57518) is known color: Ochre. HEX triplet: C5, 75 and 18. RGB value is (197,117,24). Sum of RGB (Red+Green+Blue) = 197+117+24=338 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.28% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 24 (9.77% from 255 or 7.10% from 338); Max value from RGB is 197 - color contains mainly: red. Hex color #C57518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57518 is #3A8AE7. Grayscale: #828282. Windows color (decimal): -3836648 or 1603013. OLE color: 1603013.

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

Color convert

RGB 197 117 24 -
CMYK 0 0.41 0.88 0.23
HSL 32.25º 0.78% 0.43% -
HSV(B) 32.25º 0.88% 0.77% -
XYZ 29.55 24.66 4.07 -
YUV 130.32 68 175.56 -
System Red Green Blue C M Y K H S L
Decimal 197 117 24 0 0.41 0.88 0.23 32.25 0.78 0.43
Hex C5 75 18 0 29 58 17 20 4E 2B
Octal 305 165 30 0 51 130 27 40 116 53
Binary 11000101 1110101 11000 0 101001 1011000 10111 100000 1001110 101011

Color Harmonies of #C57518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57518

Black with #C57518

Text Example


Text Example

White with #C57518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57518; }

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

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

background-color css

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

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

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

border-color css

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

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

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