Html Css Color HEX #C57119 Ochre

📋 copy color: '#C57119'

red 197 ◦ green 113 ◦ blue 25

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

Shades of Ochre #C57119

Tints of Ochre #C57119

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.73%

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

R = 58.81%
G = 33.73%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C57119 (or 0xC57119) is known color: Ochre. HEX triplet: C5, 71 and 19. RGB value is (197,113,25). Sum of RGB (Red+Green+Blue) = 197+113+25=335 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.81% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 25 (10.16% from 255 or 7.46% from 335); Max value from RGB is 197 - color contains mainly: red. Hex color #C57119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57119 is #3A8EE6. Grayscale: #808080. Windows color (decimal): -3837671 or 1667525. OLE color: 1667525.

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

Color convert

RGB 197 113 25 -
CMYK 0 0.43 0.87 0.23
HSL 30.7º 0.77% 0.44% -
HSV(B) 30.7º 0.87% 0.77% -
XYZ 29.11 23.75 3.97 -
YUV 128.08 69.83 177.16 -
System Red Green Blue C M Y K H S L
Decimal 197 113 25 0 0.43 0.87 0.23 30.7 0.77 0.44
Hex C5 71 19 0 2B 57 17 1F 4D 2C
Octal 305 161 31 0 53 127 27 37 115 54
Binary 11000101 1110001 11001 0 101011 1010111 10111 11111 1001101 101100

Color Harmonies of #C57119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57119

Black with #C57119

Text Example


Text Example

White with #C57119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57119; }

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

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

background-color css

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

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

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

border-color css

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

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

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