Html Css Color HEX #C56520 Chocolate

📋 copy color: '#C56520'

red 197 ◦ green 101 ◦ blue 32

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

Shades of Chocolate #C56520

Tints of Chocolate #C56520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.7%

R = 59.7%
G = 30.61%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C56520 (or 0xC56520) is known color: Chocolate. HEX triplet: C5, 65 and 20. RGB value is (197,101,32). Sum of RGB (Red+Green+Blue) = 197+101+32=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 32 (12.89% from 255 or 9.70% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C56520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56520 is #3A9ADF. Grayscale: #7A7A7A. Windows color (decimal): -3840736 or 2123205. OLE color: 2123205.

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

Color convert

RGB 197 101 32 -
CMYK 0 0.49 0.84 0.23
HSL 25.09º 0.72% 0.45% -
HSV(B) 25.09º 0.84% 0.77% -
XYZ 27.94 21.28 4 -
YUV 121.84 77.3 181.61 -
System Red Green Blue C M Y K H S L
Decimal 197 101 32 0 0.49 0.84 0.23 25.09 0.72 0.45
Hex C5 65 20 0 31 54 17 19 48 2D
Octal 305 145 40 0 61 124 27 31 110 55
Binary 11000101 1100101 100000 0 110001 1010100 10111 11001 1001000 101101

Color Harmonies of #C56520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56520

Black with #C56520

Text Example


Text Example

White with #C56520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56520; }

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

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

background-color css

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

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

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

border-color css

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

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

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