#583005

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

Shades of Baker's Chocolate #583005

Tints of Baker's Chocolate #583005

Color information

#583005 (or 0x583005) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 30 and 05. RGB value is (88,48,5). Sum of RGB (Red+Green+Blue) = 88+48+5=141 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.41% from 141); Green value is 48 (19.14% from 255 or 34.04% from 141); Blue value is 5 (2.34% from 255 or 3.55% from 141); Max value from RGB is 88 - color contains mainly: red. Hex color #583005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583005 is #A7CFFA. Grayscale: #373737. Windows color (decimal): -10997755 or 340056. OLE color: 340056.

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

Color convert

RGB88485-
CMYK00.450.940.65
HSL31.08º89.25%18.24%-
HSV(B)31.08º94.32%34.51%-
XYZ5.114.20.68-
YUV55.0699.75151.5-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 62.41%
GREEN value IS 48 (19.14% from 255) = 34.04%
BLUE value IS 5 (2.34% from 255) = 3.55%
R=62.41%
G=34.04%
B=3.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.94
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8848500.450.940.6531.0889.2518.24
Hex5830502D5E411f5912
Octal1306050551361013713122
Binary101100011000010101011011011110100000111111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583005; }

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

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

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

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

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

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

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

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