#48502C

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

Shades of Bronzetone #48502C

Tints of Bronzetone #48502C

Color information

#48502C (or 0x48502C) is unknown color: approx Bronzetone. HEX triplet: 48, 50 and 2C. RGB value is (72,80,44). Sum of RGB (Red+Green+Blue) = 72+80+44=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 80 (31.64% from 255 or 40.82% from 196); Blue value is 44 (17.58% from 255 or 22.45% from 196); Max value from RGB is 80 - color contains mainly: green. Hex color #48502C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48502C is #B7AFD3. Grayscale: #494949. Windows color (decimal): -12038100 or 2904136. OLE color: 2904136.

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

Color convert

RGB728044-
CMYK0.1000.450.69
HSL73.33º29.03%24.31%-
HSV(B)73.33º45%31.37%-
XYZ67.33.48-
YUV73.5111.35126.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.73%
GREEN value IS 80 (31.64% from 255) = 40.82%
BLUE value IS 44 (17.58% from 255) = 22.45%
R=36.73%
G=40.82%
B=22.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7280440.1000.450.6973.3329.0324.31
Hex48502CA02D45491d18
Octal11012054120551051113530
Binary1001000101000010110010100101101100010110010011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48502C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48502C; }

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

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

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

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

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

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

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

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