#583B1B

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

Shades of Baker's Chocolate #583B1B

Tints of Baker's Chocolate #583B1B

Color information

#583B1B (or 0x583B1B) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 3B and 1B. RGB value is (88,59,27). Sum of RGB (Red+Green+Blue) = 88+59+27=174 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.57% from 174); Green value is 59 (23.44% from 255 or 33.91% from 174); Blue value is 27 (10.94% from 255 or 15.52% from 174); Max value from RGB is 88 - color contains mainly: red. Hex color #583B1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #583B1B is #A7C4E4. Grayscale: #404040. Windows color (decimal): -10994917 or 1784664. OLE color: 1784664.

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

Color convert

RGB885927-
CMYK00.330.690.65
HSL31.48º53.04%22.55%-
HSV(B)31.48º69.32%34.51%-
XYZ5.795.281.75-
YUV64.02107.11145.1-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50.57%
GREEN value IS 59 (23.44% from 255) = 33.91%
BLUE value IS 27 (10.94% from 255) = 15.52%
R=50.57%
G=33.91%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88592700.330.690.6531.4853.0422.55
Hex583B1B02145411f3517
Octal1307333041105101376527
Binary1011000111011110110100001100010110000011111111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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