#583508

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

Shades of Baker's Chocolate #583508

Tints of Baker's Chocolate #583508

Color information

#583508 (or 0x583508) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 35 and 08. RGB value is (88,53,8). Sum of RGB (Red+Green+Blue) = 88+53+8=149 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.06% from 149); Green value is 53 (21.09% from 255 or 35.57% from 149); Blue value is 8 (3.52% from 255 or 5.37% from 149); Max value from RGB is 88 - color contains mainly: red. Hex color #583508 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583508 is #A7CAF7. Grayscale: #3A3A3A. Windows color (decimal): -10996472 or 537944. OLE color: 537944.

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

Color convert

RGB88538-
CMYK00.400.910.65
HSL33.75º83.33%18.82%-
HSV(B)33.75º90.91%34.51%-
XYZ5.344.640.84-
YUV58.3399.6149.16-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 59.06%
GREEN value IS 53 (21.09% from 255) = 35.57%
BLUE value IS 8 (3.52% from 255) = 5.37%
R=59.06%
G=35.57%
B=5.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.91
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8853800.400.910.6533.7583.3318.82
Hex583580285B41225313
Octal13065100501331014212323
Binary10110001101011000010100010110111000001100010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583508; }

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

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

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

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

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

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

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

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