#485027

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

Shades of Bronzetone #485027

Tints of Bronzetone #485027

Color information

#485027 (or 0x485027) is unknown color: approx Bronzetone. HEX triplet: 48, 50 and 27. RGB value is (72,80,39). Sum of RGB (Red+Green+Blue) = 72+80+39=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 80 (31.64% from 255 or 41.88% from 191); Blue value is 39 (15.62% from 255 or 20.42% from 191); Max value from RGB is 80 - color contains mainly: green. Hex color #485027 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485027 is #B7AFD8. Grayscale: #494949. Windows color (decimal): -12038105 or 2576456. OLE color: 2576456.

HSL color Cylindrical-coordinate representation of color #485027: hue angle of 71.71º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #485027 is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.69.

Color convert

RGB728039-
CMYK0.1000.510.69
HSL71.71º34.45%23.33%-
HSV(B)71.71º51.25%31.37%-
XYZ5.917.263.01-
YUV72.93108.85127.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.70%
GREEN value IS 80 (31.64% from 255) = 41.88%
BLUE value IS 39 (15.62% from 255) = 20.42%
R=37.70%
G=41.88%
B=20.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7280390.1000.510.6971.7134.4523.33
Hex485027A03345482217
Octal11012047120631051104227
Binary10010001010000100111101001100111000101100100010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485027; }

 p { color: rgb(72,80,39); }

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

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

 a { background-color: rgb(72,80,39); }

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

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

 span { border-color: rgb(72,80,39); }

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