#563A0E

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

Shades of Baker's Chocolate #563A0E

Tints of Baker's Chocolate #563A0E

Color information

#563A0E (or 0x563A0E) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 3A and 0E. RGB value is (86,58,14). Sum of RGB (Red+Green+Blue) = 86+58+14=158 (20% of max value = 765). Red value is 86 (33.98% from 255 or 54.43% from 158); Green value is 58 (23.05% from 255 or 36.71% from 158); Blue value is 14 (5.86% from 255 or 8.86% from 158); Max value from RGB is 86 - color contains mainly: red. Hex color #563A0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563A0E is #A9C5F1. Grayscale: #3D3D3D. Windows color (decimal): -11126258 or 932438. OLE color: 932438.

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

Color convert

RGB865814-
CMYK00.330.840.66
HSL36.67º72%19.61%-
HSV(B)36.67º83.72%33.73%-
XYZ5.435.041.1-
YUV61.36101.28145.58-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 54.43%
GREEN value IS 58 (23.05% from 255) = 36.71%
BLUE value IS 14 (5.86% from 255) = 8.86%
R=54.43%
G=36.71%
B=8.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.84
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86581400.330.840.6636.677219.61
Hex563AE0215442254814
Octal12672160411241024511024
Binary10101101110101110010000110101001000010100101100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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