#485229

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

Shades of Bronzetone #485229

Tints of Bronzetone #485229

Color information

#485229 (or 0x485229) is unknown color: approx Bronzetone. HEX triplet: 48, 52 and 29. RGB value is (72,82,41). Sum of RGB (Red+Green+Blue) = 72+82+41=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 82 (32.42% from 255 or 42.05% from 195); Blue value is 41 (16.41% from 255 or 21.03% from 195); Max value from RGB is 82 - color contains mainly: green. Hex color #485229 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485229 is #B7ADD6. Grayscale: #4A4A4A. Windows color (decimal): -12037591 or 2708040. OLE color: 2708040.

HSL color Cylindrical-coordinate representation of color #485229: hue angle of 74.63º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #485229 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.68.

Color convert

RGB728241-
CMYK0.1200.500.68
HSL74.63º33.33%24.12%-
HSV(B)74.63º50%32.16%-
XYZ6.097.573.24-
YUV74.34109.19126.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.92%
GREEN value IS 82 (32.42% from 255) = 42.05%
BLUE value IS 41 (16.41% from 255) = 21.03%
R=36.92%
G=42.05%
B=21.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7282410.1200.500.6874.6333.3324.12
Hex485229C032444b2118
Octal11012251140621041134130
Binary10010001010010101001110001100101000100100101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485229; }

 p { color: rgb(72,82,41); }

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

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

 a { background-color: rgb(72,82,41); }

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

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

 span { border-color: rgb(72,82,41); }

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