#563915

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

Shades of Baker's Chocolate #563915

Tints of Baker's Chocolate #563915

Color information

#563915 (or 0x563915) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 39 and 15. RGB value is (86,57,21). Sum of RGB (Red+Green+Blue) = 86+57+21=164 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.44% from 164); Green value is 57 (22.66% from 255 or 34.76% from 164); Blue value is 21 (8.59% from 255 or 12.80% from 164); Max value from RGB is 86 - color contains mainly: red. Hex color #563915 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563915 is #A9C6EA. Grayscale: #3D3D3D. Windows color (decimal): -11126507 or 1390934. OLE color: 1390934.

HSL color Cylindrical-coordinate representation of color #563915: hue angle of 33.23º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #563915 is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.66.

Color convert

RGB865721-
CMYK00.340.760.66
HSL33.23º60.75%20.98%-
HSV(B)33.23º75.58%33.73%-
XYZ5.444.961.38-
YUV61.57105.11145.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 52.44%
GREEN value IS 57 (22.66% from 255) = 34.76%
BLUE value IS 21 (8.59% from 255) = 12.80%
R=52.44%
G=34.76%
B=12.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.76
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86572100.340.760.6633.2360.7520.98
Hex5639150224C42213d15
Octal1267125042114102417525
Binary10101101110011010101000101001100100001010000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563915; }

 p { color: rgb(86,57,21); }

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

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

 a { background-color: rgb(86,57,21); }

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

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

 span { border-color: rgb(86,57,21); }

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