#485031

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

Shades of Bronzetone #485031

Tints of Bronzetone #485031

Color information

#485031 (or 0x485031) is unknown color: approx Bronzetone. HEX triplet: 48, 50 and 31. RGB value is (72,80,49). Sum of RGB (Red+Green+Blue) = 72+80+49=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 49 (19.53% from 255 or 24.38% from 201); Max value from RGB is 80 - color contains mainly: green. Hex color #485031 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485031 is #B7AFCE. Grayscale: #4A4A4A. Windows color (decimal): -12038095 or 3231816. OLE color: 3231816.

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

Color convert

RGB728049-
CMYK0.1000.390.69
HSL75.48º24.03%25.29%-
HSV(B)75.48º38.75%31.37%-
XYZ6.17.344-
YUV74.07113.85126.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.82%
GREEN value IS 80 (31.64% from 255) = 39.80%
BLUE value IS 49 (19.53% from 255) = 24.38%
R=35.82%
G=39.80%
B=24.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7280490.1000.390.6975.4824.0325.29
Hex485031A027454b1819
Octal11012061120471051133031
Binary1001000101000011000110100100111100010110010111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485031; }

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

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

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

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

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

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

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

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