#583B1A

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

Shades of Baker's Chocolate #583B1A

Tints of Baker's Chocolate #583B1A

Color information

#583B1A (or 0x583B1A) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 3B and 1A. RGB value is (88,59,26). Sum of RGB (Red+Green+Blue) = 88+59+26=173 (22% of max value = 765). Red value is 88 (34.77% from 255 or 50.87% from 173); Green value is 59 (23.44% from 255 or 34.10% from 173); Blue value is 26 (10.55% from 255 or 15.03% from 173); Max value from RGB is 88 - color contains mainly: red. Hex color #583B1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #583B1A is #A7C4E5. Grayscale: #404040. Windows color (decimal): -10994918 or 1719128. OLE color: 1719128.

HSL color Cylindrical-coordinate representation of color #583B1A: hue angle of 31.94º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #583B1A is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB885926-
CMYK00.330.700.65
HSL31.94º54.39%22.35%-
HSV(B)31.94º70.45%34.51%-
XYZ5.775.281.69-
YUV63.91106.61145.18-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50.87%
GREEN value IS 59 (23.44% from 255) = 34.10%
BLUE value IS 26 (10.55% from 255) = 15.03%
R=50.87%
G=34.10%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88592600.330.700.6531.9454.3922.35
Hex583B1A0214641203616
Octal1307332041106101406626
Binary10110001110111101001000011000110100000110000011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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