#485030

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

Shades of Bronzetone #485030

Tints of Bronzetone #485030

Color information

#485030 (or 0x485030) is unknown color: approx Bronzetone. HEX triplet: 48, 50 and 30. RGB value is (72,80,48). Sum of RGB (Red+Green+Blue) = 72+80+48=200 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36% from 200); Green value is 80 (31.64% from 255 or 40% from 200); Blue value is 48 (19.14% from 255 or 24% from 200); Max value from RGB is 80 - color contains mainly: green. Hex color #485030 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485030 is #B7AFCF. Grayscale: #4A4A4A. Windows color (decimal): -12038096 or 3166280. OLE color: 3166280.

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

Color convert

RGB728048-
CMYK0.1000.400.69
HSL75º25%25.1%-
HSV(B)75º40%31.37%-
XYZ6.077.333.89-
YUV73.96113.35126.6-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36%
GREEN value IS 80 (31.64% from 255) = 40%
BLUE value IS 48 (19.14% from 255) = 24%
R=36%
G=40%
B=24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7280480.1000.400.69752525.1
Hex485030A028454b1919
Octal11012060120501051133131
Binary1001000101000011000010100101000100010110010111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485030; }

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

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

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

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

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

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

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

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