#583808

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

Shades of Baker's Chocolate #583808

Tints of Baker's Chocolate #583808

Color information

#583808 (or 0x583808) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 38 and 08. RGB value is (88,56,8). Sum of RGB (Red+Green+Blue) = 88+56+8=152 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.89% from 152); Green value is 56 (22.27% from 255 or 36.84% from 152); Blue value is 8 (3.52% from 255 or 5.26% from 152); Max value from RGB is 88 - color contains mainly: red. Hex color #583808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583808 is #A7C7F7. Grayscale: #3C3C3C. Windows color (decimal): -10995704 or 538712. OLE color: 538712.

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

Color convert

RGB88568-
CMYK00.360.910.65
HSL36º83.33%18.82%-
HSV(B)36º90.91%34.51%-
XYZ5.484.920.89-
YUV60.198.6147.9-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 57.89%
GREEN value IS 56 (22.27% from 255) = 36.84%
BLUE value IS 8 (3.52% from 255) = 5.26%
R=57.89%
G=36.84%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.91
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8856800.360.910.653683.3318.82
Hex583880245B41245313
Octal13070100441331014412323
Binary10110001110001000010010010110111000001100100101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583808; }

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

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

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

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

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

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

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

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