#485625

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

Shades of Bronzetone #485625

Tints of Bronzetone #485625

Color information

#485625 (or 0x485625) is unknown color: approx Bronzetone. HEX triplet: 48, 56 and 25. RGB value is (72,86,37). Sum of RGB (Red+Green+Blue) = 72+86+37=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 86 (33.98% from 255 or 44.10% from 195); Blue value is 37 (14.84% from 255 or 18.97% from 195); Max value from RGB is 86 - color contains mainly: green. Hex color #485625 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485625 is #B7A9DA. Grayscale: #4C4C4C. Windows color (decimal): -12036571 or 2446920. OLE color: 2446920.

HSL color Cylindrical-coordinate representation of color #485625: hue angle of 77.14º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #485625 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.66.

Color convert

RGB728637-
CMYK0.1600.570.66
HSL77.14º39.84%24.12%-
HSV(B)77.14º56.98%33.73%-
XYZ6.338.172.99-
YUV76.23105.86124.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.92%
GREEN value IS 86 (33.98% from 255) = 44.10%
BLUE value IS 37 (14.84% from 255) = 18.97%
R=36.92%
G=44.10%
B=18.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7286370.1600.570.6677.1439.8424.12
Hex48562510039424d2818
Octal11012645200711021155030
Binary100100010101101001011000001110011000010100110110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485625; }

 p { color: rgb(72,86,37); }

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

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

 a { background-color: rgb(72,86,37); }

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

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

 span { border-color: rgb(72,86,37); }

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