#582F02

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

Shades of Baker's Chocolate #582F02

Tints of Baker's Chocolate #582F02

Color information

#582F02 (or 0x582F02) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 2F and 02. RGB value is (88,47,2). Sum of RGB (Red+Green+Blue) = 88+47+2=137 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.23% from 137); Green value is 47 (18.75% from 255 or 34.31% from 137); Blue value is 2 (1.17% from 255 or 1.46% from 137); Max value from RGB is 88 - color contains mainly: red. Hex color #582F02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582F02 is #A7D0FD. Grayscale: #363636. Windows color (decimal): -10998014 or 143192. OLE color: 143192.

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

Color convert

RGB88472-
CMYK00.470.980.65
HSL31.4º95.56%17.65%-
HSV(B)31.4º97.73%34.51%-
XYZ5.054.110.58-
YUV54.1398.58152.16-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 64.23%
GREEN value IS 47 (18.75% from 255) = 34.31%
BLUE value IS 2 (1.17% from 255) = 1.46%
R=64.23%
G=34.31%
B=1.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8847200.470.980.6531.495.5617.65
Hex582F202F62411f6012
Octal1305720571421013714022
Binary10110001011111001011111100010100000111111110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582F02; }

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

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

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

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

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

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

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

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