#581F02

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

Shades of Baker's Chocolate #581F02

Tints of Baker's Chocolate #581F02

Color information

#581F02 (or 0x581F02) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 1F and 02. RGB value is (88,31,2). Sum of RGB (Red+Green+Blue) = 88+31+2=121 (16% of max value = 765). Red value is 88 (34.77% from 255 or 72.73% from 121); Green value is 31 (12.5% from 255 or 25.62% from 121); Blue value is 2 (1.17% from 255 or 1.65% from 121); Max value from RGB is 88 - color contains mainly: red. Hex color #581F02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581F02 is #A7E0FD. Grayscale: #2C2C2C. Windows color (decimal): -11002110 or 139096. OLE color: 139096.

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

Color convert

RGB88312-
CMYK00.650.980.65
HSL20.23º95.56%17.65%-
HSV(B)20.23º97.73%34.51%-
XYZ4.533.060.41-
YUV44.74103.88158.86-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 72.73%
GREEN value IS 31 (12.5% from 255) = 25.62%
BLUE value IS 2 (1.17% from 255) = 1.65%
R=72.73%
G=25.62%
B=1.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8831200.650.980.6520.2395.5617.65
Hex581F20416241146012
Octal13037201011421012414022
Binary10110001111110010000011100010100000110100110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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