#582407

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

Shades of Baker's Chocolate #582407

Tints of Baker's Chocolate #582407

Color information

#582407 (or 0x582407) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 24 and 07. RGB value is (88,36,7). Sum of RGB (Red+Green+Blue) = 88+36+7=131 (17% of max value = 765). Red value is 88 (34.77% from 255 or 67.18% from 131); Green value is 36 (14.45% from 255 or 27.48% from 131); Blue value is 7 (3.12% from 255 or 5.34% from 131); Max value from RGB is 88 - color contains mainly: red. Hex color #582407 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582407 is #A7DBF8. Grayscale: #303030. Windows color (decimal): -11000825 or 468056. OLE color: 468056.

HSL color Cylindrical-coordinate representation of color #582407: hue angle of 21.48º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #582407 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.65.

Color convert

RGB88367-
CMYK00.590.920.65
HSL21.48º85.26%18.63%-
HSV(B)21.48º92.05%34.51%-
XYZ4.693.350.6-
YUV48.24104.73156.36-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 67.18%
GREEN value IS 36 (14.45% from 255) = 27.48%
BLUE value IS 7 (3.12% from 255) = 5.34%
R=67.18%
G=27.48%
B=5.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.92
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8836700.590.920.6521.4885.2618.63
Hex5824703B5C41155513
Octal1304470731341012512523
Binary101100010010011101110111011100100000110101101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582407; }

 p { color: rgb(88,36,7); }

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

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

 a { background-color: rgb(88,36,7); }

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

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

 span { border-color: rgb(88,36,7); }

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