#584121

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

Shades of Deep Bronze #584121

Tints of Deep Bronze #584121

Color information

#584121 (or 0x584121) is unknown color: approx Deep Bronze. HEX triplet: 58, 41 and 21. RGB value is (88,65,33). Sum of RGB (Red+Green+Blue) = 88+65+33=186 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.31% from 186); Green value is 65 (25.78% from 255 or 34.95% from 186); Blue value is 33 (13.28% from 255 or 17.74% from 186); Max value from RGB is 88 - color contains mainly: red. Hex color #584121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584121 is #A7BEDE. Grayscale: #444444. Windows color (decimal): -10993375 or 2179416. OLE color: 2179416.

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

Color convert

RGB886533-
CMYK00.260.620.65
HSL34.91º45.45%23.73%-
HSV(B)34.91º62.5%34.51%-
XYZ6.195.972.26-
YUV68.23108.12142.1-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 47.31%
GREEN value IS 65 (25.78% from 255) = 34.95%
BLUE value IS 33 (13.28% from 255) = 17.74%
R=47.31%
G=34.95%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.62
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88653300.260.620.6534.9145.4523.73
Hex58412101A3E41232d18
Octal1301014103276101435530
Binary10110001000001100001011010111110100000110001110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584121; }

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

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

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

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

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

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

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

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