#c4561b

Color #C4561B Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chocolate #C4561B

Tints of Chocolate #C4561B

Color information

#C4561B (or 0xC4561B) is unknown color: approx Chocolate. HEX triplet: C4, 56 and 1B. RGB value is (196,86,27). Sum of RGB (Red+Green+Blue) = 196+86+27=309 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.43% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 27 (10.94% from 255 or 8.74% from 309); Max value from RGB is 196 - color contains mainly: red. Hex color #C4561B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4561B is #3BA9E4. Grayscale: #707070. Windows color (decimal): -3910117 or 1791684. OLE color: 1791684.

HSL color Cylindrical-coordinate representation of color #C4561B: hue angle of 20.95º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C4561B is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB1968627-
CMYK00.560.860.23
HSL20.95º75.78%43.73%-
HSV(B)20.95º86.22%76.86%-
XYZ26.2918.473.22-
YUV112.1679.94187.8-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 63.43%
GREEN value IS 86 (33.98% from 255) = 27.83%
BLUE value IS 27 (10.94% from 255) = 8.74%
R=63.43%
G=27.83%
B=8.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.86
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196862700.560.860.2320.9575.7843.73
HexC4561B0385617154c2c
Octal30412633070126272511454
Binary110001001010110110110111000101011010111101011001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4561b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4561b; }

 p { color: rgb(196,86,27); }

 H1.HeaderClassName
 {
   color: #c4561b;
 }
 .AnyTagClassName
 {
   color: #c4561b;
 }
</style>
background-color css

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

 a { background-color: rgb(196,86,27); }

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

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

 span { border-color: rgb(196,86,27); }

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