#584527

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

Shades of Deep Bronze #584527

Tints of Deep Bronze #584527

Color information

#584527 (or 0x584527) is unknown color: approx Deep Bronze. HEX triplet: 58, 45 and 27. RGB value is (88,69,39). Sum of RGB (Red+Green+Blue) = 88+69+39=196 (25% of max value = 765). Red value is 88 (34.77% from 255 or 44.90% from 196); Green value is 69 (27.34% from 255 or 35.20% from 196); Blue value is 39 (15.62% from 255 or 19.90% from 196); Max value from RGB is 88 - color contains mainly: red. Hex color #584527 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584527 is #A7BAD8. Grayscale: #474747. Windows color (decimal): -10992345 or 2573656. OLE color: 2573656.

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

Color convert

RGB886939-
CMYK00.220.560.65
HSL36.73º38.58%24.9%-
HSV(B)36.73º55.68%34.51%-
XYZ6.526.482.83-
YUV71.26109.79139.94-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.90%
GREEN value IS 69 (27.34% from 255) = 35.20%
BLUE value IS 39 (15.62% from 255) = 19.90%
R=44.90%
G=35.20%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88693900.220.560.6536.7338.5824.9
Hex5845270163841252719
Octal1301054702670101454731
Binary10110001000101100111010110111000100000110010110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584527; }

 p { color: rgb(88,69,39); }

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

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

 a { background-color: rgb(88,69,39); }

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

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

 span { border-color: rgb(88,69,39); }

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