#485426

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

Shades of Bronzetone #485426

Tints of Bronzetone #485426

Color information

#485426 (or 0x485426) is unknown color: approx Bronzetone. HEX triplet: 48, 54 and 26. RGB value is (72,84,38). Sum of RGB (Red+Green+Blue) = 72+84+38=194 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.11% from 194); Green value is 84 (33.20% from 255 or 43.30% from 194); Blue value is 38 (15.23% from 255 or 19.59% from 194); Max value from RGB is 84 - color contains mainly: green. Hex color #485426 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485426 is #B7ABD9. Grayscale: #4B4B4B. Windows color (decimal): -12037082 or 2511944. OLE color: 2511944.

HSL color Cylindrical-coordinate representation of color #485426: hue angle of 75.65º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #485426 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB728438-
CMYK0.1400.550.67
HSL75.65º37.7%23.92%-
HSV(B)75.65º54.76%32.94%-
XYZ6.197.863.02-
YUV75.17107.02125.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.11%
GREEN value IS 84 (33.20% from 255) = 43.30%
BLUE value IS 38 (15.23% from 255) = 19.59%
R=37.11%
G=43.30%
B=19.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7284380.1400.550.6775.6537.723.92
Hex485426E037434c2618
Octal11012446160671031144630
Binary10010001010100100110111001101111000011100110010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485426; }

 p { color: rgb(72,84,38); }

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

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

 a { background-color: rgb(72,84,38); }

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

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

 span { border-color: rgb(72,84,38); }

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