#582101

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

Shades of Baker's Chocolate #582101

Tints of Baker's Chocolate #582101

Color information

#582101 (or 0x582101) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 21 and 01. RGB value is (88,33,1). Sum of RGB (Red+Green+Blue) = 88+33+1=122 (16% of max value = 765). Red value is 88 (34.77% from 255 or 72.13% from 122); Green value is 33 (13.28% from 255 or 27.05% from 122); Blue value is 1 (0.78% from 255 or 0.82% from 122); Max value from RGB is 88 - color contains mainly: red. Hex color #582101 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582101 is #A7DEFE. Grayscale: #2D2D2D. Windows color (decimal): -11001599 or 74072. OLE color: 74072.

HSL color Cylindrical-coordinate representation of color #582101: hue angle of 22.07º 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 #582101 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB88331-
CMYK00.620.990.65
HSL22.07º97.75%17.45%-
HSV(B)22.07º98.86%34.51%-
XYZ4.573.160.4-
YUV45.8102.72158.1-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 72.13%
GREEN value IS 33 (13.28% from 255) = 27.05%
BLUE value IS 1 (0.78% from 255) = 0.82%
R=72.13%
G=27.05%
B=0.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8833100.620.990.6522.0797.7517.45
Hex5821103E6341166211
Octal1304110761431012614221
Binary1011000100001101111101100011100000110110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582101; }

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

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

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

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

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

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

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

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