Html Css Color HEX #C56516 Chocolate

📋 copy color: '#C56516'

red 197 ◦ green 101 ◦ blue 22

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

Shades of Chocolate #C56516

Tints of Chocolate #C56516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.88%

R = 61.56%
G = 31.56%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C56516 (or 0xC56516) is known color: Chocolate. HEX triplet: C5, 65 and 16. RGB value is (197,101,22). Sum of RGB (Red+Green+Blue) = 197+101+22=320 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.56% from 320); Green value is 101 (39.84% from 255 or 31.56% from 320); Blue value is 22 (8.98% from 255 or 6.88% from 320); Max value from RGB is 197 - color contains mainly: red. Hex color #C56516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56516 is #3A9AE9. Grayscale: #797979. Windows color (decimal): -3840746 or 1467845. OLE color: 1467845.

HSL color Cylindrical-coordinate representation of color #C56516: hue angle of 27.09º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C56516 is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 101 22 -
CMYK 0 0.49 0.89 0.23
HSL 27.09º 0.8% 0.43% -
HSV(B) 27.09º 0.89% 0.77% -
XYZ 27.82 21.24 3.39 -
YUV 120.7 72.3 182.42 -
System Red Green Blue C M Y K H S L
Decimal 197 101 22 0 0.49 0.89 0.23 27.09 0.8 0.43
Hex C5 65 16 0 31 59 17 1B 50 2B
Octal 305 145 26 0 61 131 27 33 120 53
Binary 11000101 1100101 10110 0 110001 1011001 10111 11011 1010000 101011

Color Harmonies of #C56516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56516

Black with #C56516

Text Example


Text Example

White with #C56516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56516; }

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

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

background-color css

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

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

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

border-color css

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

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

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