#563202

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

Shades of Baker's Chocolate #563202

Tints of Baker's Chocolate #563202

Color information

#563202 (or 0x563202) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 32 and 02. RGB value is (86,50,2). Sum of RGB (Red+Green+Blue) = 86+50+2=138 (18% of max value = 765). Red value is 86 (33.98% from 255 or 62.32% from 138); Green value is 50 (19.92% from 255 or 36.23% from 138); Blue value is 2 (1.17% from 255 or 1.45% from 138); Max value from RGB is 86 - color contains mainly: red. Hex color #563202 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563202 is #A9CDFD. Grayscale: #373737. Windows color (decimal): -11128318 or 143958. OLE color: 143958.

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

Color convert

RGB86502-
CMYK00.420.980.66
HSL34.29º95.45%17.25%-
HSV(B)34.29º97.67%33.73%-
XYZ4.994.260.62-
YUV55.2997.93149.9-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 62.32%
GREEN value IS 50 (19.92% from 255) = 36.23%
BLUE value IS 2 (1.17% from 255) = 1.45%
R=62.32%
G=36.23%
B=1.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8650200.420.980.6634.2995.4517.25
Hex5632202A6242225f11
Octal1266220521421024213721
Binary101011011001010010101011000101000010100010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563202; }

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

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

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

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

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

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

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

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