#581800

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

Shades of Baker's Chocolate #581800

Tints of Baker's Chocolate #581800

Color information

#581800 (or 0x581800) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 18 and 00. RGB value is (88,24,0). Sum of RGB (Red+Green+Blue) = 88+24+0=112 (14% of max value = 765). Red value is 88 (34.77% from 255 or 78.57% from 112); Green value is 24 (9.77% from 255 or 21.43% from 112); Blue value is 0 (0.39% from 255 or 0% from 112); Max value from RGB is 88 - color contains mainly: red. Hex color #581800 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581800 is #A7E7FF. Grayscale: #282828. Windows color (decimal): -11003904 or 6232. OLE color: 6232.

HSL color Cylindrical-coordinate representation of color #581800: hue angle of 16.36º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #581800 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.65.

Color convert

RGB88240-
CMYK00.7310.65
HSL16.36º100%17.25%-
HSV(B)16.36º100%34.51%-
XYZ4.352.730.3-
YUV40.4105.2161.95-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 78.57%
GREEN value IS 24 (9.77% from 255) = 21.43%
BLUE value IS 0 (0.39% from 255) = 0%
R=78.57%
G=21.43%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 1
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8824000.7310.6516.3610017.25
Hex581800496441106411
Octal13030001111441012014421
Binary1011000110000010010011100100100000110000110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581800; }

 p { color: rgb(88,24,0); }

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

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

 a { background-color: rgb(88,24,0); }

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

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

 span { border-color: rgb(88,24,0); }

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