#582F19

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

Shades of Baker's Chocolate #582F19

Tints of Baker's Chocolate #582F19

Color information

#582F19 (or 0x582F19) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 2F and 19. RGB value is (88,47,25). Sum of RGB (Red+Green+Blue) = 88+47+25=160 (21% of max value = 765). Red value is 88 (34.77% from 255 or 55% from 160); Green value is 47 (18.75% from 255 or 29.38% from 160); Blue value is 25 (10.16% from 255 or 15.62% from 160); Max value from RGB is 88 - color contains mainly: red. Hex color #582F19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582F19 is #A7D0E6. Grayscale: #383838. Windows color (decimal): -10997991 or 1650520. OLE color: 1650520.

HSL color Cylindrical-coordinate representation of color #582F19: hue angle of 20.95º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #582F19 is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.65.

Color convert

RGB884725-
CMYK00.470.720.65
HSL20.95º55.75%22.16%-
HSV(B)20.95º71.59%34.51%-
XYZ5.224.181.45-
YUV56.75110.08150.29-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 55%
GREEN value IS 47 (18.75% from 255) = 29.38%
BLUE value IS 25 (10.16% from 255) = 15.62%
R=55%
G=29.38%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.72
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88472500.470.720.6520.9555.7522.16
Hex582F1902F4841153816
Octal1305731057110101257026
Binary1011000101111110010101111100100010000011010111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582F19; }

 p { color: rgb(88,47,25); }

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

<style>
 a { background-color: #582F19; }

 a { background-color: rgb(88,47,25); }

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

<style>
 span { border-color: #582F19; }

 span { border-color: rgb(88,47,25); }

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