#583117

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

Shades of Baker's Chocolate #583117

Tints of Baker's Chocolate #583117

Color information

#583117 (or 0x583117) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 31 and 17. RGB value is (88,49,23). Sum of RGB (Red+Green+Blue) = 88+49+23=160 (21% of max value = 765). Red value is 88 (34.77% from 255 or 55% from 160); Green value is 49 (19.53% from 255 or 30.62% from 160); Blue value is 23 (9.38% from 255 or 14.38% from 160); Max value from RGB is 88 - color contains mainly: red. Hex color #583117 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583117 is #A7CEE8. Grayscale: #393939. Windows color (decimal): -10997481 or 1519960. OLE color: 1519960.

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

Color convert

RGB884923-
CMYK00.440.740.65
HSL24º58.56%21.76%-
HSV(B)24º73.86%34.51%-
XYZ5.284.331.37-
YUV57.7108.42149.61-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 55%
GREEN value IS 49 (19.53% from 255) = 30.62%
BLUE value IS 23 (9.38% from 255) = 14.38%
R=55%
G=30.62%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.74
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88492300.440.740.652458.5621.76
Hex58311702C4A41183b16
Octal1306127054112101307326
Binary1011000110001101110101100100101010000011100011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583117; }

 p { color: rgb(88,49,23); }

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

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

 a { background-color: rgb(88,49,23); }

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

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

 span { border-color: rgb(88,49,23); }

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