#583008

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

Shades of Baker's Chocolate #583008

Tints of Baker's Chocolate #583008

Color information

#583008 (or 0x583008) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 30 and 08. RGB value is (88,48,8). Sum of RGB (Red+Green+Blue) = 88+48+8=144 (19% of max value = 765). Red value is 88 (34.77% from 255 or 61.11% from 144); Green value is 48 (19.14% from 255 or 33.33% from 144); Blue value is 8 (3.52% from 255 or 5.56% from 144); Max value from RGB is 88 - color contains mainly: red. Hex color #583008 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583008 is #A7CFF7. Grayscale: #373737. Windows color (decimal): -10997752 or 536664. OLE color: 536664.

HSL color Cylindrical-coordinate representation of color #583008: hue angle of 30º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #583008 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.65.

Color convert

RGB88488-
CMYK00.450.910.65
HSL30º83.33%18.82%-
HSV(B)30º90.91%34.51%-
XYZ5.134.210.77-
YUV55.4101.25151.25-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 61.11%
GREEN value IS 48 (19.14% from 255) = 33.33%
BLUE value IS 8 (3.52% from 255) = 5.56%
R=61.11%
G=33.33%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.91
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8848800.450.910.653083.3318.82
Hex5830802D5B411e5313
Octal13060100551331013612323
Binary1011000110000100001011011011011100000111110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583008; }

 p { color: rgb(88,48,8); }

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

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

 a { background-color: rgb(88,48,8); }

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

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

 span { border-color: rgb(88,48,8); }

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