#583A1A

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

Shades of Baker's Chocolate #583A1A

Tints of Baker's Chocolate #583A1A

Color information

#583A1A (or 0x583A1A) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 3A and 1A. RGB value is (88,58,26). Sum of RGB (Red+Green+Blue) = 88+58+26=172 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.16% from 172); Green value is 58 (23.05% from 255 or 33.72% from 172); Blue value is 26 (10.55% from 255 or 15.12% from 172); Max value from RGB is 88 - color contains mainly: red. Hex color #583A1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #583A1A is #A7C5E5. Grayscale: #3F3F3F. Windows color (decimal): -10995174 or 1718872. OLE color: 1718872.

HSL color Cylindrical-coordinate representation of color #583A1A: hue angle of 30.97º 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 #583A1A is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB885826-
CMYK00.340.700.65
HSL30.97º54.39%22.35%-
HSV(B)30.97º70.45%34.51%-
XYZ5.725.181.67-
YUV63.32106.94145.6-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 51.16%
GREEN value IS 58 (23.05% from 255) = 33.72%
BLUE value IS 26 (10.55% from 255) = 15.12%
R=51.16%
G=33.72%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88582600.340.700.6530.9754.3922.35
Hex583A1A02246411f3616
Octal1307232042106101376626
Binary1011000111010110100100010100011010000011111111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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