#583600

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

Shades of Baker's Chocolate #583600

Tints of Baker's Chocolate #583600

Color information

#583600 (or 0x583600) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 36 and 00. RGB value is (88,54,0). Sum of RGB (Red+Green+Blue) = 88+54+0=142 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.97% from 142); Green value is 54 (21.48% from 255 or 38.03% from 142); Blue value is 0 (0.39% from 255 or 0% from 142); Max value from RGB is 88 - color contains mainly: red. Hex color #583600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583600 is #A7C9FF. Grayscale: #3A3A3A. Windows color (decimal): -10996224 or 13912. OLE color: 13912.

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

Color convert

RGB88540-
CMYK00.3910.65
HSL36.82º100%17.25%-
HSV(B)36.82º100%34.51%-
XYZ5.344.710.63-
YUV58.0195.26149.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 61.97%
GREEN value IS 54 (21.48% from 255) = 38.03%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.97%
G=38.03%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 1
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8854000.3910.6536.8210017.25
Hex583600276441256411
Octal1306600471441014514421
Binary10110001101100010011111001001000001100101110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583600; }

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

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

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

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

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

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

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

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