#563A02

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

Shades of Baker's Chocolate #563A02

Tints of Baker's Chocolate #563A02

Color information

#563A02 (or 0x563A02) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 3A and 02. RGB value is (86,58,2). Sum of RGB (Red+Green+Blue) = 86+58+2=146 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.90% from 146); Green value is 58 (23.05% from 255 or 39.73% from 146); Blue value is 2 (1.17% from 255 or 1.37% from 146); Max value from RGB is 86 - color contains mainly: red. Hex color #563A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563A02 is #A9C5FD. Grayscale: #3C3C3C. Windows color (decimal): -11126270 or 146006. OLE color: 146006.

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

Color convert

RGB86582-
CMYK00.330.980.66
HSL40º95.45%17.25%-
HSV(B)40º97.67%33.73%-
XYZ5.365.010.74-
YUV59.9995.28146.55-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 58.90%
GREEN value IS 58 (23.05% from 255) = 39.73%
BLUE value IS 2 (1.17% from 255) = 1.37%
R=58.90%
G=39.73%
B=1.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8658200.330.980.664095.4517.25
Hex563A20216242285f11
Octal1267220411421025013721
Binary101011011101010010000111000101000010101000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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