#563718

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

Shades of Baker's Chocolate #563718

Tints of Baker's Chocolate #563718

Color information

#563718 (or 0x563718) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 37 and 18. RGB value is (86,55,24). Sum of RGB (Red+Green+Blue) = 86+55+24=165 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.12% from 165); Green value is 55 (21.88% from 255 or 33.33% from 165); Blue value is 24 (9.77% from 255 or 14.55% from 165); Max value from RGB is 86 - color contains mainly: red. Hex color #563718 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563718 is #A9C8E7. Grayscale: #3C3C3C. Windows color (decimal): -11127016 or 1587030. OLE color: 1587030.

HSL color Cylindrical-coordinate representation of color #563718: hue angle of 30º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #563718 is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.66.

Color convert

RGB865524-
CMYK00.360.720.66
HSL30º56.36%21.57%-
HSV(B)30º72.09%33.73%-
XYZ5.374.781.5-
YUV60.73107.27146.02-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 52.12%
GREEN value IS 55 (21.88% from 255) = 33.33%
BLUE value IS 24 (9.77% from 255) = 14.55%
R=52.12%
G=33.33%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.72
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86552400.360.720.663056.3621.57
Hex56371802448421e3816
Octal1266730044110102367026
Binary1010110110111110000100100100100010000101111011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563718; }

 p { color: rgb(86,55,24); }

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

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

 a { background-color: rgb(86,55,24); }

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

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

 span { border-color: rgb(86,55,24); }

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