#583518

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

Shades of Baker's Chocolate #583518

Tints of Baker's Chocolate #583518

Color information

#583518 (or 0x583518) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 35 and 18. RGB value is (88,53,24). Sum of RGB (Red+Green+Blue) = 88+53+24=165 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.33% from 165); Green value is 53 (21.09% from 255 or 32.12% from 165); Blue value is 24 (9.77% from 255 or 14.55% from 165); Max value from RGB is 88 - color contains mainly: red. Hex color #583518 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583518 is #A7CAE7. Grayscale: #3C3C3C. Windows color (decimal): -10996456 or 1586520. OLE color: 1586520.

HSL color Cylindrical-coordinate representation of color #583518: hue angle of 27.19º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #583518 is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.65.

Color convert

RGB885324-
CMYK00.400.730.65
HSL27.19º57.14%21.96%-
HSV(B)27.19º72.73%34.51%-
XYZ5.464.691.48-
YUV60.16107.6147.86-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 53.33%
GREEN value IS 53 (21.09% from 255) = 32.12%
BLUE value IS 24 (9.77% from 255) = 14.55%
R=53.33%
G=32.12%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.73
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88532400.400.730.6527.1957.1421.96
Hex58351802849411b3916
Octal1306530050111101337126
Binary1011000110101110000101000100100110000011101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583518; }

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

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

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

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

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

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

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

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