#584428

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

Shades of Deep Bronze #584428

Tints of Deep Bronze #584428

Color information

#584428 (or 0x584428) is unknown color: approx Deep Bronze. HEX triplet: 58, 44 and 28. RGB value is (88,68,40). Sum of RGB (Red+Green+Blue) = 88+68+40=196 (25% of max value = 765). Red value is 88 (34.77% from 255 or 44.90% from 196); Green value is 68 (26.95% from 255 or 34.69% from 196); Blue value is 40 (16.02% from 255 or 20.41% from 196); Max value from RGB is 88 - color contains mainly: red. Hex color #584428 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584428 is #A7BBD7. Grayscale: #464646. Windows color (decimal): -10992600 or 2638936. OLE color: 2638936.

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

Color convert

RGB886840-
CMYK00.230.550.65
HSL35º37.5%25.1%-
HSV(B)35º54.55%34.51%-
XYZ6.476.362.89-
YUV70.79110.63140.28-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.90%
GREEN value IS 68 (26.95% from 255) = 34.69%
BLUE value IS 40 (16.02% from 255) = 20.41%
R=44.90%
G=34.69%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.55
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88684000.230.550.653537.525.1
Hex5844280173741232619
Octal1301045002767101434631
Binary10110001000100101000010111110111100000110001110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584428; }

 p { color: rgb(88,68,40); }

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

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

 a { background-color: rgb(88,68,40); }

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

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

 span { border-color: rgb(88,68,40); }

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