#582401

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

Shades of Baker's Chocolate #582401

Tints of Baker's Chocolate #582401

Color information

#582401 (or 0x582401) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 24 and 01. RGB value is (88,36,1). Sum of RGB (Red+Green+Blue) = 88+36+1=125 (16% of max value = 765). Red value is 88 (34.77% from 255 or 70.4% from 125); Green value is 36 (14.45% from 255 or 28.8% from 125); Blue value is 1 (0.78% from 255 or 0.8% from 125); Max value from RGB is 88 - color contains mainly: red. Hex color #582401 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582401 is #A7DBFE. Grayscale: #2F2F2F. Windows color (decimal): -11000831 or 74840. OLE color: 74840.

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

Color convert

RGB88361-
CMYK00.590.990.65
HSL24.14º97.75%17.45%-
HSV(B)24.14º98.86%34.51%-
XYZ4.663.340.43-
YUV47.56101.73156.85-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 70.4%
GREEN value IS 36 (14.45% from 255) = 28.8%
BLUE value IS 1 (0.78% from 255) = 0.8%
R=70.4%
G=28.8%
B=0.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8836100.590.990.6524.1497.7517.45
Hex5824103B6341186211
Octal1304410731431013014221
Binary1011000100100101110111100011100000111000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582401; }

 p { color: rgb(88,36,1); }

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

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

 a { background-color: rgb(88,36,1); }

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

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

 span { border-color: rgb(88,36,1); }

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