#583408

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

Shades of Baker's Chocolate #583408

Tints of Baker's Chocolate #583408

Color information

#583408 (or 0x583408) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 34 and 08. RGB value is (88,52,8). Sum of RGB (Red+Green+Blue) = 88+52+8=148 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.46% from 148); Green value is 52 (20.70% from 255 or 35.14% from 148); Blue value is 8 (3.52% from 255 or 5.41% from 148); Max value from RGB is 88 - color contains mainly: red. Hex color #583408 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583408 is #A7CBF7. Grayscale: #393939. Windows color (decimal): -10996728 or 537688. OLE color: 537688.

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

Color convert

RGB88528-
CMYK00.410.910.65
HSL33º83.33%18.82%-
HSV(B)33º90.91%34.51%-
XYZ5.34.550.83-
YUV57.7599.93149.58-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 59.46%
GREEN value IS 52 (20.70% from 255) = 35.14%
BLUE value IS 8 (3.52% from 255) = 5.41%
R=59.46%
G=35.14%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.91
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8852800.410.910.653383.3318.82
Hex583480295B41215313
Octal13064100511331014112323
Binary10110001101001000010100110110111000001100001101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583408; }

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

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

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

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

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

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

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

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