Html Css Color HEX #C57013 Ochre

📋 copy color: '#C57013'

red 197 ◦ green 112 ◦ blue 19

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

Shades of Ochre #C57013

Tints of Ochre #C57013

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.15%

 BLUE value IS 19 (7.81% from 255) = 5.79%

R = 60.06%
G = 34.15%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C57013 (or 0xC57013) is known color: Ochre. HEX triplet: C5, 70 and 13. RGB value is (197,112,19). Sum of RGB (Red+Green+Blue) = 197+112+19=328 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.06% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 19 (7.81% from 255 or 5.79% from 328); Max value from RGB is 197 - color contains mainly: red. Hex color #C57013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57013 is #3A8FEC. Grayscale: #7F7F7F. Windows color (decimal): -3837933 or 1274053. OLE color: 1274053.

HSL color Cylindrical-coordinate representation of color #C57013: hue angle of 31.35º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C57013 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 112 19 -
CMYK 0 0.43 0.90 0.23
HSL 31.35º 0.82% 0.42% -
HSV(B) 31.35º 0.9% 0.77% -
XYZ 28.94 23.51 3.63 -
YUV 126.81 67.16 178.06 -
System Red Green Blue C M Y K H S L
Decimal 197 112 19 0 0.43 0.90 0.23 31.35 0.82 0.42
Hex C5 70 13 0 2B 5A 17 1F 52 2A
Octal 305 160 23 0 53 132 27 37 122 52
Binary 11000101 1110000 10011 0 101011 1011010 10111 11111 1010010 101010

Color Harmonies of #C57013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57013

Black with #C57013

Text Example


Text Example

White with #C57013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57013; }

 p { color: rgb(197,112,19); }

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

background-color css

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

 a { background-color: rgb(197,112,19); }

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

border-color css

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

 span { border-color: rgb(197,112,19); }

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