#583B10

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

Shades of Baker's Chocolate #583B10

Tints of Baker's Chocolate #583B10

Color information

#583B10 (or 0x583B10) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 3B and 10. RGB value is (88,59,16). Sum of RGB (Red+Green+Blue) = 88+59+16=163 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.99% from 163); Green value is 59 (23.44% from 255 or 36.20% from 163); Blue value is 16 (6.64% from 255 or 9.82% from 163); Max value from RGB is 88 - color contains mainly: red. Hex color #583B10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583B10 is #A7C4EF. Grayscale: #3E3E3E. Windows color (decimal): -10994928 or 1063768. OLE color: 1063768.

HSL color Cylindrical-coordinate representation of color #583B10: hue angle of 35.83º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #583B10 is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.65.

Color convert

RGB885916-
CMYK00.330.820.65
HSL35.83º69.23%20.39%-
HSV(B)35.83º81.82%34.51%-
XYZ5.685.241.2-
YUV62.77101.61146-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 53.99%
GREEN value IS 59 (23.44% from 255) = 36.20%
BLUE value IS 16 (6.64% from 255) = 9.82%
R=53.99%
G=36.20%
B=9.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88591600.330.820.6535.8369.2320.39
Hex583B100215241244514
Octal13073200411221014410524
Binary101100011101110000010000110100101000001100100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583B10; }

 p { color: rgb(88,59,16); }

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

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

 a { background-color: rgb(88,59,16); }

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

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

 span { border-color: rgb(88,59,16); }

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