#562501

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

Shades of Baker's Chocolate #562501

Tints of Baker's Chocolate #562501

Color information

#562501 (or 0x562501) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 25 and 01. RGB value is (86,37,1). Sum of RGB (Red+Green+Blue) = 86+37+1=124 (16% of max value = 765). Red value is 86 (33.98% from 255 or 69.35% from 124); Green value is 37 (14.84% from 255 or 29.84% from 124); Blue value is 1 (0.78% from 255 or 0.81% from 124); Max value from RGB is 86 - color contains mainly: red. Hex color #562501 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562501 is #A9DAFE. Grayscale: #2F2F2F. Windows color (decimal): -11131647 or 75094. OLE color: 75094.

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

Color convert

RGB86371-
CMYK00.570.990.66
HSL25.41º97.7%17.06%-
HSV(B)25.41º98.84%33.73%-
XYZ4.53.30.43-
YUV47.55101.73155.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 69.35%
GREEN value IS 37 (14.84% from 255) = 29.84%
BLUE value IS 1 (0.78% from 255) = 0.81%
R=69.35%
G=29.84%
B=0.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8637100.570.990.6625.4197.717.06
Hex562510396342196211
Octal1264510711431023114221
Binary1010110100101101110011100011100001011001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562501; }

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

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

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

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

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

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

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

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