Html Css Color HEX #C58117 Ochre

📋 copy color: '#C58117'

red 197 ◦ green 129 ◦ blue 23

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

Shades of Ochre #C58117

Tints of Ochre #C58117

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.96%

 BLUE value IS 23 (9.38% from 255) = 6.59%

R = 56.45%
G = 36.96%
B = 6.59%

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

#C58117 (or 0xC58117) is known color: Ochre. HEX triplet: C5, 81 and 17. RGB value is (197,129,23). Sum of RGB (Red+Green+Blue) = 197+129+23=349 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.45% from 349); Green value is 129 (50.78% from 255 or 36.96% from 349); Blue value is 23 (9.38% from 255 or 6.59% from 349); Max value from RGB is 197 - color contains mainly: red. Hex color #C58117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58117 is #3A7EE8. Grayscale: #898989. Windows color (decimal): -3833577 or 1540549. OLE color: 1540549.

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

Color convert

RGB 197 129 23 -
CMYK 0 0.35 0.88 0.23
HSL 36.55º 0.79% 0.43% -
HSV(B) 36.55º 0.88% 0.77% -
XYZ 31.03 27.63 4.51 -
YUV 137.25 63.53 170.62 -
System Red Green Blue C M Y K H S L
Decimal 197 129 23 0 0.35 0.88 0.23 36.55 0.79 0.43
Hex C5 81 17 0 23 58 17 25 4F 2B
Octal 305 201 27 0 43 130 27 45 117 53
Binary 11000101 10000001 10111 0 100011 1011000 10111 100101 1001111 101011

Color Harmonies of #C58117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58117

Black with #C58117

Text Example


Text Example

White with #C58117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58117; }

 p { color: rgb(197,129,23); }

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

background-color css

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

 a { background-color: rgb(197,129,23); }

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

border-color css

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

 span { border-color: rgb(197,129,23); }

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