#584226

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

Shades of Deep Bronze #584226

Tints of Deep Bronze #584226

Color information

#584226 (or 0x584226) is unknown color: approx Deep Bronze. HEX triplet: 58, 42 and 26. RGB value is (88,66,38). Sum of RGB (Red+Green+Blue) = 88+66+38=192 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.83% from 192); Green value is 66 (26.17% from 255 or 34.38% from 192); Blue value is 38 (15.23% from 255 or 19.79% from 192); Max value from RGB is 88 - color contains mainly: red. Hex color #584226 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584226 is #A7BDD9. Grayscale: #454545. Windows color (decimal): -10993114 or 2507352. OLE color: 2507352.

HSL color Cylindrical-coordinate representation of color #584226: hue angle of 33.6º 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 #584226 is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.65.

Color convert

RGB886638-
CMYK00.250.570.65
HSL33.6º39.68%24.71%-
HSV(B)33.6º56.82%34.51%-
XYZ6.326.112.68-
YUV69.39110.29141.28-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 45.83%
GREEN value IS 66 (26.17% from 255) = 34.38%
BLUE value IS 38 (15.23% from 255) = 19.79%
R=45.83%
G=34.38%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.57
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88663800.250.570.6533.639.6824.71
Hex5842260193941222819
Octal1301024603171101425031
Binary10110001000010100110011001111001100000110001010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584226; }

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

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

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

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

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

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

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

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