#584012

Color #584012 Dark Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Brown #584012

Tints of Dark Brown #584012

Color information

#584012 (or 0x584012) is unknown color: approx Dark Brown. HEX triplet: 58, 40 and 12. RGB value is (88,64,18). Sum of RGB (Red+Green+Blue) = 88+64+18=170 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.76% from 170); Green value is 64 (25.39% from 255 or 37.65% from 170); Blue value is 18 (7.42% from 255 or 10.59% from 170); Max value from RGB is 88 - color contains mainly: red. Hex color #584012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584012 is #A7BFED. Grayscale: #424242. Windows color (decimal): -10993646 or 1196120. OLE color: 1196120.

HSL color Cylindrical-coordinate representation of color #584012: hue angle of 39.43º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #584012 is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB886418-
CMYK00.270.800.65
HSL39.43º66.04%20.78%-
HSV(B)39.43º79.55%34.51%-
XYZ5.975.791.37-
YUV65.93100.95143.74-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 51.76%
GREEN value IS 64 (25.39% from 255) = 37.65%
BLUE value IS 18 (7.42% from 255) = 10.59%
R=51.76%
G=37.65%
B=10.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88641800.270.800.6539.4366.0420.78
Hex58401201B5041274215
Octal130100220331201014710225
Binary101100010000001001001101110100001000001100111100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584012; }

 p { color: rgb(88,64,18); }

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

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

 a { background-color: rgb(88,64,18); }

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

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

 span { border-color: rgb(88,64,18); }

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