#562503

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

Shades of Baker's Chocolate #562503

Tints of Baker's Chocolate #562503

Color information

#562503 (or 0x562503) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 25 and 03. RGB value is (86,37,3). Sum of RGB (Red+Green+Blue) = 86+37+3=126 (16% of max value = 765). Red value is 86 (33.98% from 255 or 68.25% from 126); Green value is 37 (14.84% from 255 or 29.37% from 126); Blue value is 3 (1.56% from 255 or 2.38% from 126); Max value from RGB is 86 - color contains mainly: red. Hex color #562503 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562503 is #A9DAFC. Grayscale: #2F2F2F. Windows color (decimal): -11131645 or 206166. OLE color: 206166.

HSL color Cylindrical-coordinate representation of color #562503: hue angle of 24.58º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #562503 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.66.

Color convert

RGB86373-
CMYK00.570.970.66
HSL24.58º93.26%17.45%-
HSV(B)24.58º96.51%33.73%-
XYZ4.523.310.49-
YUV47.77102.73155.26-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 68.25%
GREEN value IS 37 (14.84% from 255) = 29.37%
BLUE value IS 3 (1.56% from 255) = 2.38%
R=68.25%
G=29.37%
B=2.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.97
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8637300.570.970.6624.5893.2617.45
Hex562530396142195d11
Octal1264530711411023113521
Binary10101101001011101110011100001100001011001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562503; }

 p { color: rgb(86,37,3); }

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

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

 a { background-color: rgb(86,37,3); }

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

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

 span { border-color: rgb(86,37,3); }

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