#584126

Color #584126 Deep Bronze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Bronze #584126

Tints of Deep Bronze #584126

Color information

#584126 (or 0x584126) is unknown color: approx Deep Bronze. HEX triplet: 58, 41 and 26. RGB value is (88,65,38). Sum of RGB (Red+Green+Blue) = 88+65+38=191 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.07% from 191); Green value is 65 (25.78% from 255 or 34.03% from 191); Blue value is 38 (15.23% from 255 or 19.90% from 191); Max value from RGB is 88 - color contains mainly: red. Hex color #584126 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584126 is #A7BED9. Grayscale: #444444. Windows color (decimal): -10993370 or 2507096. OLE color: 2507096.

HSL color Cylindrical-coordinate representation of color #584126: hue angle of 32.4º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #584126 is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.65.

Color convert

RGB886538-
CMYK00.260.570.65
HSL32.4º39.68%24.71%-
HSV(B)32.4º56.82%34.51%-
XYZ6.2662.66-
YUV68.8110.62141.7-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.07%
GREEN value IS 65 (25.78% from 255) = 34.03%
BLUE value IS 38 (15.23% from 255) = 19.90%
R=46.07%
G=34.03%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.57
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88653800.260.570.6532.439.6824.71
Hex58412601A3941202819
Octal1301014603271101405031
Binary10110001000001100110011010111001100000110000010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584126; }

 p { color: rgb(88,65,38); }

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

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

 a { background-color: rgb(88,65,38); }

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

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

 span { border-color: rgb(88,65,38); }

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