Html Css Color HEX #C58219 Ochre

📋 copy color: '#C58219'

red 197 ◦ green 130 ◦ blue 25

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

Shades of Ochre #C58219

Tints of Ochre #C58219

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.93%

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

R = 55.97%
G = 36.93%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C58219 (or 0xC58219) is known color: Ochre. HEX triplet: C5, 82 and 19. RGB value is (197,130,25). Sum of RGB (Red+Green+Blue) = 197+130+25=352 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.97% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 25 (10.16% from 255 or 7.10% from 352); Max value from RGB is 197 - color contains mainly: red. Hex color #C58219 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58219 is #3A7DE6. Grayscale: #8A8A8A. Windows color (decimal): -3833319 or 1671877. OLE color: 1671877.

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

Color convert

RGB 197 130 25 -
CMYK 0 0.34 0.87 0.23
HSL 36.63º 0.77% 0.44% -
HSV(B) 36.63º 0.87% 0.77% -
XYZ 31.18 27.91 4.66 -
YUV 138.06 64.2 170.04 -
System Red Green Blue C M Y K H S L
Decimal 197 130 25 0 0.34 0.87 0.23 36.63 0.77 0.44
Hex C5 82 19 0 22 57 17 25 4D 2C
Octal 305 202 31 0 42 127 27 45 115 54
Binary 11000101 10000010 11001 0 100010 1010111 10111 100101 1001101 101100

Color Harmonies of #C58219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58219

Black with #C58219

Text Example


Text Example

White with #C58219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58219; }

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

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

background-color css

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

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

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

border-color css

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

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

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