#563E02

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

Shades of Baker's Chocolate #563E02

Tints of Baker's Chocolate #563E02

Color information

#563E02 (or 0x563E02) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 3E and 02. RGB value is (86,62,2). Sum of RGB (Red+Green+Blue) = 86+62+2=150 (19% of max value = 765). Red value is 86 (33.98% from 255 or 57.33% from 150); Green value is 62 (24.61% from 255 or 41.33% from 150); Blue value is 2 (1.17% from 255 or 1.33% from 150); Max value from RGB is 86 - color contains mainly: red. Hex color #563E02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563E02 is #A9C1FD. Grayscale: #3E3E3E. Windows color (decimal): -11125246 or 147030. OLE color: 147030.

HSL color Cylindrical-coordinate representation of color #563E02: hue angle of 42.86º 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 #563E02 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.66.

Color convert

RGB86622-
CMYK00.280.980.66
HSL42.86º95.45%17.25%-
HSV(B)42.86º97.67%33.73%-
XYZ5.575.430.81-
YUV62.3493.95144.88-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 57.33%
GREEN value IS 62 (24.61% from 255) = 41.33%
BLUE value IS 2 (1.17% from 255) = 1.33%
R=57.33%
G=41.33%
B=1.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8662200.280.980.6642.8695.4517.25
Hex563E201C62422b5f11
Octal1267620341421025313721
Binary10101101111101001110011000101000010101011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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