#582902

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

Shades of Baker's Chocolate #582902

Tints of Baker's Chocolate #582902

Color information

#582902 (or 0x582902) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 29 and 02. RGB value is (88,41,2). Sum of RGB (Red+Green+Blue) = 88+41+2=131 (17% of max value = 765). Red value is 88 (34.77% from 255 or 67.18% from 131); Green value is 41 (16.41% from 255 or 31.30% from 131); Blue value is 2 (1.17% from 255 or 1.53% from 131); Max value from RGB is 88 - color contains mainly: red. Hex color #582902 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582902 is #A7D6FD. Grayscale: #323232. Windows color (decimal): -10999550 or 141656. OLE color: 141656.

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

Color convert

RGB88412-
CMYK00.530.980.65
HSL27.21º95.56%17.65%-
HSV(B)27.21º97.73%34.51%-
XYZ4.833.660.51-
YUV50.61100.57154.67-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 67.18%
GREEN value IS 41 (16.41% from 255) = 31.30%
BLUE value IS 2 (1.17% from 255) = 1.53%
R=67.18%
G=31.30%
B=1.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8841200.530.980.6527.2195.5617.65
Hex5829203562411b6012
Octal1305120651421013314022
Binary10110001010011001101011100010100000111011110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582902; }

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

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

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

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

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

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

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

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