#583017

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

Shades of Baker's Chocolate #583017

Tints of Baker's Chocolate #583017

Color information

#583017 (or 0x583017) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 30 and 17. RGB value is (88,48,23). Sum of RGB (Red+Green+Blue) = 88+48+23=159 (21% of max value = 765). Red value is 88 (34.77% from 255 or 55.35% from 159); Green value is 48 (19.14% from 255 or 30.19% from 159); Blue value is 23 (9.38% from 255 or 14.47% from 159); Max value from RGB is 88 - color contains mainly: red. Hex color #583017 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583017 is #A7CFE8. Grayscale: #393939. Windows color (decimal): -10997737 or 1519704. OLE color: 1519704.

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

Color convert

RGB884823-
CMYK00.450.740.65
HSL23.08º58.56%21.76%-
HSV(B)23.08º73.86%34.51%-
XYZ5.244.251.36-
YUV57.11108.75150.03-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 55.35%
GREEN value IS 48 (19.14% from 255) = 30.19%
BLUE value IS 23 (9.38% from 255) = 14.47%
R=55.35%
G=30.19%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.74
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88482300.450.740.6523.0858.5621.76
Hex58301702D4A41173b16
Octal1306027055112101277326
Binary1011000110000101110101101100101010000011011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583017; }

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

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

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

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

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

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

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

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