#584525

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

Shades of Deep Bronze #584525

Tints of Deep Bronze #584525

Color information

#584525 (or 0x584525) is unknown color: approx Deep Bronze. HEX triplet: 58, 45 and 25. RGB value is (88,69,37). Sum of RGB (Red+Green+Blue) = 88+69+37=194 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.36% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 37 (14.84% from 255 or 19.07% from 194); Max value from RGB is 88 - color contains mainly: red. Hex color #584525 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584525 is #A7BADA. Grayscale: #474747. Windows color (decimal): -10992347 or 2442584. OLE color: 2442584.

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

Color convert

RGB886937-
CMYK00.220.580.65
HSL37.65º40.8%24.51%-
HSV(B)37.65º57.95%34.51%-
XYZ6.496.462.66-
YUV71.03108.79140.1-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 45.36%
GREEN value IS 69 (27.34% from 255) = 35.57%
BLUE value IS 37 (14.84% from 255) = 19.07%
R=45.36%
G=35.57%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.58
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88693700.220.580.6537.6540.824.51
Hex5845250163A41262919
Octal1301054502672101465131
Binary10110001000101100101010110111010100000110011010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584525; }

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

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

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

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

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

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

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

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