Html Css Color HEX #C56013 Chocolate

📋 copy color: '#C56013'

red 197 ◦ green 96 ◦ blue 19

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

Shades of Chocolate #C56013

Tints of Chocolate #C56013

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.77%

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

R = 63.14%
G = 30.77%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C56013 (or 0xC56013) is known color: Chocolate. HEX triplet: C5, 60 and 13. RGB value is (197,96,19). Sum of RGB (Red+Green+Blue) = 197+96+19=312 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.14% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 19 (7.81% from 255 or 6.09% from 312); Max value from RGB is 197 - color contains mainly: red. Hex color #C56013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56013 is #3A9FEC. Grayscale: #757575. Windows color (decimal): -3842029 or 1269957. OLE color: 1269957.

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

Color convert

RGB 197 96 19 -
CMYK 0 0.51 0.90 0.23
HSL 25.96º 0.82% 0.42% -
HSV(B) 25.96º 0.9% 0.77% -
XYZ 27.33 20.28 3.09 -
YUV 117.42 72.46 184.76 -
System Red Green Blue C M Y K H S L
Decimal 197 96 19 0 0.51 0.90 0.23 25.96 0.82 0.42
Hex C5 60 13 0 33 5A 17 1A 52 2A
Octal 305 140 23 0 63 132 27 32 122 52
Binary 11000101 1100000 10011 0 110011 1011010 10111 11010 1010010 101010

Color Harmonies of #C56013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56013

Black with #C56013

Text Example


Text Example

White with #C56013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56013; }

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

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

background-color css

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

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

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

border-color css

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

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

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