#581E02

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

Shades of Baker's Chocolate #581E02

Tints of Baker's Chocolate #581E02

Color information

#581E02 (or 0x581E02) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 1E and 02. RGB value is (88,30,2). Sum of RGB (Red+Green+Blue) = 88+30+2=120 (15% of max value = 765). Red value is 88 (34.77% from 255 or 73.33% from 120); Green value is 30 (12.11% from 255 or 25% from 120); Blue value is 2 (1.17% from 255 or 1.67% from 120); Max value from RGB is 88 - color contains mainly: red. Hex color #581E02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581E02 is #A7E1FD. Grayscale: #2C2C2C. Windows color (decimal): -11002366 or 138840. OLE color: 138840.

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

Color convert

RGB88302-
CMYK00.660.980.65
HSL19.53º95.56%17.65%-
HSV(B)19.53º97.73%34.51%-
XYZ4.53.010.4-
YUV44.15104.22159.28-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 73.33%
GREEN value IS 30 (12.11% from 255) = 25%
BLUE value IS 2 (1.17% from 255) = 1.67%
R=73.33%
G=25%
B=1.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8830200.660.980.6519.5395.5617.65
Hex581E20426241146012
Octal13036201021421012414022
Binary10110001111010010000101100010100000110100110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581E02; }

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

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

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

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

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

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

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

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