Html Css Color HEX #C56513 Chocolate

📋 copy color: '#C56513'

red 197 ◦ green 101 ◦ blue 19

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

Shades of Chocolate #C56513

Tints of Chocolate #C56513

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.86%

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

R = 62.15%
G = 31.86%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C56513 (or 0xC56513) is known color: Chocolate. HEX triplet: C5, 65 and 13. RGB value is (197,101,19). Sum of RGB (Red+Green+Blue) = 197+101+19=317 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.15% from 317); Green value is 101 (39.84% from 255 or 31.86% from 317); Blue value is 19 (7.81% from 255 or 5.99% from 317); Max value from RGB is 197 - color contains mainly: red. Hex color #C56513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56513 is #3A9AEC. Grayscale: #787878. Windows color (decimal): -3840749 or 1271237. OLE color: 1271237.

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

Color convert

RGB 197 101 19 -
CMYK 0 0.49 0.90 0.23
HSL 27.64º 0.82% 0.42% -
HSV(B) 27.64º 0.9% 0.77% -
XYZ 27.8 21.22 3.25 -
YUV 120.36 70.8 182.67 -
System Red Green Blue C M Y K H S L
Decimal 197 101 19 0 0.49 0.90 0.23 27.64 0.82 0.42
Hex C5 65 13 0 31 5A 17 1C 52 2A
Octal 305 145 23 0 61 132 27 34 122 52
Binary 11000101 1100101 10011 0 110001 1011010 10111 11100 1010010 101010

Color Harmonies of #C56513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56513

Black with #C56513

Text Example


Text Example

White with #C56513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56513; }

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

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

background-color css

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

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

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

border-color css

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

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

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