Html Css Color HEX #C56310 Chocolate

📋 copy color: '#C56310'

red 197 ◦ green 99 ◦ blue 16

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

Shades of Chocolate #C56310

Tints of Chocolate #C56310

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.73%

 BLUE value IS 16 (6.64% from 255) = 5.13%

R = 63.14%
G = 31.73%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C56310 (or 0xC56310) is known color: Chocolate. HEX triplet: C5, 63 and 10. RGB value is (197,99,16). Sum of RGB (Red+Green+Blue) = 197+99+16=312 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.14% from 312); Green value is 99 (39.06% from 255 or 31.73% from 312); Blue value is 16 (6.64% from 255 or 5.13% from 312); Max value from RGB is 197 - color contains mainly: red. Hex color #C56310 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56310 is #3A9CEF. Grayscale: #777777. Windows color (decimal): -3841264 or 1074117. OLE color: 1074117.

HSL color Cylindrical-coordinate representation of color #C56310: hue angle of 27.51º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C56310 is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 99 16 -
CMYK 0 0.50 0.92 0.23
HSL 27.51º 0.85% 0.42% -
HSV(B) 27.51º 0.92% 0.77% -
XYZ 27.58 20.83 3.06 -
YUV 118.84 69.97 183.75 -
System Red Green Blue C M Y K H S L
Decimal 197 99 16 0 0.50 0.92 0.23 27.51 0.85 0.42
Hex C5 63 10 0 32 5C 17 1C 55 2A
Octal 305 143 20 0 62 134 27 34 125 52
Binary 11000101 1100011 10000 0 110010 1011100 10111 11100 1010101 101010

Color Harmonies of #C56310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56310

Black with #C56310

Text Example


Text Example

White with #C56310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56310; }

 p { color: rgb(197,99,16); }

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

background-color css

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

 a { background-color: rgb(197,99,16); }

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

border-color css

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

 span { border-color: rgb(197,99,16); }

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