#581F03

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

Shades of Baker's Chocolate #581F03

Tints of Baker's Chocolate #581F03

Color information

#581F03 (or 0x581F03) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 1F and 03. RGB value is (88,31,3). Sum of RGB (Red+Green+Blue) = 88+31+3=122 (16% of max value = 765). Red value is 88 (34.77% from 255 or 72.13% from 122); Green value is 31 (12.5% from 255 or 25.41% from 122); Blue value is 3 (1.56% from 255 or 2.46% from 122); Max value from RGB is 88 - color contains mainly: red. Hex color #581F03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581F03 is #A7E0FC. Grayscale: #2D2D2D. Windows color (decimal): -11002109 or 204632. OLE color: 204632.

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

Color convert

RGB88313-
CMYK00.650.970.65
HSL19.76º93.41%17.84%-
HSV(B)19.76º96.59%34.51%-
XYZ4.533.060.44-
YUV44.85104.38158.78-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 72.13%
GREEN value IS 31 (12.5% from 255) = 25.41%
BLUE value IS 3 (1.56% from 255) = 2.46%
R=72.13%
G=25.41%
B=2.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.97
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8831300.650.970.6519.7693.4117.84
Hex581F30416141145d12
Octal13037301011411012413522
Binary10110001111111010000011100001100000110100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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