#485326

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

Shades of Bronzetone #485326

Tints of Bronzetone #485326

Color information

#485326 (or 0x485326) is unknown color: approx Bronzetone. HEX triplet: 48, 53 and 26. RGB value is (72,83,38). Sum of RGB (Red+Green+Blue) = 72+83+38=193 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.31% from 193); Green value is 83 (32.81% from 255 or 43.01% from 193); Blue value is 38 (15.23% from 255 or 19.69% from 193); Max value from RGB is 83 - color contains mainly: green. Hex color #485326 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485326 is #B7ACD9. Grayscale: #4A4A4A. Windows color (decimal): -12037338 or 2511688. OLE color: 2511688.

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

Color convert

RGB728338-
CMYK0.1300.540.67
HSL74.67º37.19%23.73%-
HSV(B)74.67º54.22%32.55%-
XYZ6.127.73-
YUV74.58107.36126.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.31%
GREEN value IS 83 (32.81% from 255) = 43.01%
BLUE value IS 38 (15.23% from 255) = 19.69%
R=37.31%
G=43.01%
B=19.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7283380.1300.540.6774.6737.1923.73
Hex485326D036434b2518
Octal11012346150661031134530
Binary10010001010011100110110101101101000011100101110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485326; }

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

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

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

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

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

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

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

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