Html Css Color HEX #C58018 Ochre

📋 copy color: '#C58018'

red 197 ◦ green 128 ◦ blue 24

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

Shades of Ochre #C58018

Tints of Ochre #C58018

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.68%

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

R = 56.45%
G = 36.68%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C58018 (or 0xC58018) is known color: Ochre. HEX triplet: C5, 80 and 18. RGB value is (197,128,24). Sum of RGB (Red+Green+Blue) = 197+128+24=349 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.45% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 24 (9.77% from 255 or 6.88% from 349); Max value from RGB is 197 - color contains mainly: red. Hex color #C58018 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58018 is #3A7FE7. Grayscale: #898989. Windows color (decimal): -3833832 or 1605829. OLE color: 1605829.

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

Color convert

RGB 197 128 24 -
CMYK 0 0.35 0.88 0.23
HSL 36.07º 0.78% 0.43% -
HSV(B) 36.07º 0.88% 0.77% -
XYZ 30.91 27.37 4.52 -
YUV 136.78 64.36 170.96 -
System Red Green Blue C M Y K H S L
Decimal 197 128 24 0 0.35 0.88 0.23 36.07 0.78 0.43
Hex C5 80 18 0 23 58 17 24 4E 2B
Octal 305 200 30 0 43 130 27 44 116 53
Binary 11000101 10000000 11000 0 100011 1011000 10111 100100 1001110 101011

Color Harmonies of #C58018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58018

Black with #C58018

Text Example


Text Example

White with #C58018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58018; }

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

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

background-color css

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

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

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

border-color css

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

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

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