#582901

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

Shades of Baker's Chocolate #582901

Tints of Baker's Chocolate #582901

Color information

#582901 (or 0x582901) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 29 and 01. RGB value is (88,41,1). Sum of RGB (Red+Green+Blue) = 88+41+1=130 (17% of max value = 765). Red value is 88 (34.77% from 255 or 67.69% from 130); Green value is 41 (16.41% from 255 or 31.54% from 130); Blue value is 1 (0.78% from 255 or 0.77% from 130); Max value from RGB is 88 - color contains mainly: red. Hex color #582901 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582901 is #A7D6FE. Grayscale: #323232. Windows color (decimal): -10999551 or 76120. OLE color: 76120.

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

Color convert

RGB88411-
CMYK00.530.990.65
HSL27.59º97.75%17.45%-
HSV(B)27.59º98.86%34.51%-
XYZ4.823.660.48-
YUV50.49100.07154.75-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 67.69%
GREEN value IS 41 (16.41% from 255) = 31.54%
BLUE value IS 1 (0.78% from 255) = 0.77%
R=67.69%
G=31.54%
B=0.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8841100.530.990.6527.5997.7517.45
Hex5829103563411c6211
Octal1305110651431013414221
Binary1011000101001101101011100011100000111100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582901; }

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

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

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

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

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

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

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

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