Html Css Color HEX #C56D14 Chocolate

📋 copy color: '#C56D14'

red 197 ◦ green 109 ◦ blue 20

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

Shades of Chocolate #C56D14

Tints of Chocolate #C56D14

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.44%

 BLUE value IS 20 (8.2% from 255) = 6.13%

R = 60.43%
G = 33.44%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C56D14 (or 0xC56D14) is known color: Chocolate. HEX triplet: C5, 6D and 14. RGB value is (197,109,20). Sum of RGB (Red+Green+Blue) = 197+109+20=326 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.43% from 326); Green value is 109 (42.97% from 255 or 33.44% from 326); Blue value is 20 (8.20% from 255 or 6.13% from 326); Max value from RGB is 197 - color contains mainly: red. Hex color #C56D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56D14 is #3A92EB. Grayscale: #7D7D7D. Windows color (decimal): -3838700 or 1338821. OLE color: 1338821.

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

Color convert

RGB 197 109 20 -
CMYK 0 0.45 0.90 0.23
HSL 30.17º 0.82% 0.43% -
HSV(B) 30.17º 0.9% 0.77% -
XYZ 28.62 22.86 3.57 -
YUV 125.17 68.65 179.24 -
System Red Green Blue C M Y K H S L
Decimal 197 109 20 0 0.45 0.90 0.23 30.17 0.82 0.43
Hex C5 6D 14 0 2D 5A 17 1E 52 2B
Octal 305 155 24 0 55 132 27 36 122 53
Binary 11000101 1101101 10100 0 101101 1011010 10111 11110 1010010 101011

Color Harmonies of #C56D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56D14

Black with #C56D14

Text Example


Text Example

White with #C56D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56D14; }

 p { color: rgb(197,109,20); }

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

background-color css

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

 a { background-color: rgb(197,109,20); }

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

border-color css

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

 span { border-color: rgb(197,109,20); }

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