Html Css Color HEX #C58119 Ochre

📋 copy color: '#C58119'

red 197 ◦ green 129 ◦ blue 25

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

Shades of Ochre #C58119

Tints of Ochre #C58119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.12%

R = 56.13%
G = 36.75%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C58119 (or 0xC58119) is known color: Ochre. HEX triplet: C5, 81 and 19. RGB value is (197,129,25). Sum of RGB (Red+Green+Blue) = 197+129+25=351 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.13% from 351); Green value is 129 (50.78% from 255 or 36.75% from 351); Blue value is 25 (10.16% from 255 or 7.12% from 351); Max value from RGB is 197 - color contains mainly: red. Hex color #C58119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58119 is #3A7EE6. Grayscale: #898989. Windows color (decimal): -3833575 or 1671621. OLE color: 1671621.

HSL color Cylindrical-coordinate representation of color #C58119: hue angle of 36.28º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C58119 is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 129 25 -
CMYK 0 0.35 0.87 0.23
HSL 36.28º 0.77% 0.44% -
HSV(B) 36.28º 0.87% 0.77% -
XYZ 31.05 27.64 4.62 -
YUV 137.48 64.53 170.46 -
System Red Green Blue C M Y K H S L
Decimal 197 129 25 0 0.35 0.87 0.23 36.28 0.77 0.44
Hex C5 81 19 0 23 57 17 24 4D 2C
Octal 305 201 31 0 43 127 27 44 115 54
Binary 11000101 10000001 11001 0 100011 1010111 10111 100100 1001101 101100

Color Harmonies of #C58119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58119

Black with #C58119

Text Example


Text Example

White with #C58119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58119; }

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

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

background-color css

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

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

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

border-color css

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

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

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