#582802

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

Shades of Baker's Chocolate #582802

Tints of Baker's Chocolate #582802

Color information

#582802 (or 0x582802) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 28 and 02. RGB value is (88,40,2). Sum of RGB (Red+Green+Blue) = 88+40+2=130 (17% of max value = 765). Red value is 88 (34.77% from 255 or 67.69% from 130); Green value is 40 (16.02% from 255 or 30.77% from 130); Blue value is 2 (1.17% from 255 or 1.54% from 130); Max value from RGB is 88 - color contains mainly: red. Hex color #582802 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582802 is #A7D7FD. Grayscale: #323232. Windows color (decimal): -10999806 or 141400. OLE color: 141400.

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

Color convert

RGB88402-
CMYK00.550.980.65
HSL26.51º95.56%17.65%-
HSV(B)26.51º97.73%34.51%-
XYZ4.793.60.5-
YUV50.02100.9155.09-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 67.69%
GREEN value IS 40 (16.02% from 255) = 30.77%
BLUE value IS 2 (1.17% from 255) = 1.54%
R=67.69%
G=30.77%
B=1.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8840200.550.980.6526.5195.5617.65
Hex5828203762411b6012
Octal1305020671421013314022
Binary10110001010001001101111100010100000111011110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582802; }

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

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

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

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

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

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

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

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