#583A15

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

Shades of Baker's Chocolate #583A15

Tints of Baker's Chocolate #583A15

Color information

#583A15 (or 0x583A15) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 3A and 15. RGB value is (88,58,21). Sum of RGB (Red+Green+Blue) = 88+58+21=167 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.69% from 167); Green value is 58 (23.05% from 255 or 34.73% from 167); Blue value is 21 (8.59% from 255 or 12.57% from 167); Max value from RGB is 88 - color contains mainly: red. Hex color #583A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583A15 is #A7C5EA. Grayscale: #3E3E3E. Windows color (decimal): -10995179 or 1391192. OLE color: 1391192.

HSL color Cylindrical-coordinate representation of color #583A15: hue angle of 33.13º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #583A15 is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.65.

Color convert

RGB885821-
CMYK00.340.760.65
HSL33.13º61.47%21.37%-
HSV(B)33.13º76.14%34.51%-
XYZ5.675.151.41-
YUV62.75104.44146.01-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 52.69%
GREEN value IS 58 (23.05% from 255) = 34.73%
BLUE value IS 21 (8.59% from 255) = 12.57%
R=52.69%
G=34.73%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88582100.340.760.6533.1361.4721.37
Hex583A150224C41213d15
Octal1307225042114101417525
Binary10110001110101010101000101001100100000110000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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