Html Css Color HEX #C56B14 Chocolate

📋 copy color: '#C56B14'

red 197 ◦ green 107 ◦ blue 20

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

Shades of Chocolate #C56B14

Tints of Chocolate #C56B14

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.02%

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

R = 60.8%
G = 33.02%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C56B14 (or 0xC56B14) is known color: Chocolate. HEX triplet: C5, 6B and 14. RGB value is (197,107,20). Sum of RGB (Red+Green+Blue) = 197+107+20=324 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.80% from 324); Green value is 107 (42.19% from 255 or 33.02% from 324); Blue value is 20 (8.20% from 255 or 6.17% from 324); Max value from RGB is 197 - color contains mainly: red. Hex color #C56B14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56B14 is #3A94EB. Grayscale: #7C7C7C. Windows color (decimal): -3839212 or 1338309. OLE color: 1338309.

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

Color convert

RGB 197 107 20 -
CMYK 0 0.46 0.90 0.23
HSL 29.49º 0.82% 0.43% -
HSV(B) 29.49º 0.9% 0.77% -
XYZ 28.41 22.44 3.5 -
YUV 123.99 69.32 180.07 -
System Red Green Blue C M Y K H S L
Decimal 197 107 20 0 0.46 0.90 0.23 29.49 0.82 0.43
Hex C5 6B 14 0 2E 5A 17 1D 52 2B
Octal 305 153 24 0 56 132 27 35 122 53
Binary 11000101 1101011 10100 0 101110 1011010 10111 11101 1010010 101011

Color Harmonies of #C56B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56B14

Black with #C56B14

Text Example


Text Example

White with #C56B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56B14; }

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

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

background-color css

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

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

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

border-color css

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

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

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