#563A0D

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

Shades of Baker's Chocolate #563A0D

Tints of Baker's Chocolate #563A0D

Color information

#563A0D (or 0x563A0D) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 3A and 0D. RGB value is (86,58,13). Sum of RGB (Red+Green+Blue) = 86+58+13=157 (20% of max value = 765). Red value is 86 (33.98% from 255 or 54.78% from 157); Green value is 58 (23.05% from 255 or 36.94% from 157); Blue value is 13 (5.47% from 255 or 8.28% from 157); Max value from RGB is 86 - color contains mainly: red. Hex color #563A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563A0D is #A9C5F2. Grayscale: #3D3D3D. Windows color (decimal): -11126259 or 866902. OLE color: 866902.

HSL color Cylindrical-coordinate representation of color #563A0D: hue angle of 36.99º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #563A0D is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.66.

Color convert

RGB865813-
CMYK00.330.850.66
HSL36.99º73.74%19.41%-
HSV(B)36.99º84.88%33.73%-
XYZ5.425.031.07-
YUV61.24100.78145.66-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 54.78%
GREEN value IS 58 (23.05% from 255) = 36.94%
BLUE value IS 13 (5.47% from 255) = 8.28%
R=54.78%
G=36.94%
B=8.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.85
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86581300.330.850.6636.9973.7419.41
Hex563AD0215542254a13
Octal12672150411251024511223
Binary10101101110101101010000110101011000010100101100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563A0D; }

 p { color: rgb(86,58,13); }

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

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

 a { background-color: rgb(86,58,13); }

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

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

 span { border-color: rgb(86,58,13); }

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