Html Css Color HEX #C56B13 Chocolate

📋 copy color: '#C56B13'

red 197 ◦ green 107 ◦ blue 19

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

Shades of Chocolate #C56B13

Tints of Chocolate #C56B13

RGB

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

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

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

R = 60.99%
G = 33.13%
B = 5.88%

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

#C56B13 (or 0xC56B13) is known color: Chocolate. HEX triplet: C5, 6B and 13. RGB value is (197,107,19). Sum of RGB (Red+Green+Blue) = 197+107+19=323 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.99% from 323); Green value is 107 (42.19% from 255 or 33.13% from 323); Blue value is 19 (7.81% from 255 or 5.88% from 323); Max value from RGB is 197 - color contains mainly: red. Hex color #C56B13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56B13 is #3A94EC. Grayscale: #7C7C7C. Windows color (decimal): -3839213 or 1272773. OLE color: 1272773.

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

Color convert

RGB 197 107 19 -
CMYK 0 0.46 0.90 0.23
HSL 29.66º 0.82% 0.42% -
HSV(B) 29.66º 0.9% 0.77% -
XYZ 28.4 22.43 3.45 -
YUV 123.88 68.82 180.16 -
System Red Green Blue C M Y K H S L
Decimal 197 107 19 0 0.46 0.90 0.23 29.66 0.82 0.42
Hex C5 6B 13 0 2E 5A 17 1E 52 2A
Octal 305 153 23 0 56 132 27 36 122 52
Binary 11000101 1101011 10011 0 101110 1011010 10111 11110 1010010 101010

Color Harmonies of #C56B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56B13

Black with #C56B13

Text Example


Text Example

White with #C56B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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