#48522B

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

Shades of Bronzetone #48522B

Tints of Bronzetone #48522B

Color information

#48522B (or 0x48522B) is unknown color: approx Bronzetone. HEX triplet: 48, 52 and 2B. RGB value is (72,82,43). Sum of RGB (Red+Green+Blue) = 72+82+43=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 82 (32.42% from 255 or 41.62% from 197); Blue value is 43 (17.19% from 255 or 21.83% from 197); Max value from RGB is 82 - color contains mainly: green. Hex color #48522B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48522B is #B7ADD4. Grayscale: #4A4A4A. Windows color (decimal): -12037589 or 2839112. OLE color: 2839112.

HSL color Cylindrical-coordinate representation of color #48522B: hue angle of 75.38º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #48522B is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.68.

Color convert

RGB728243-
CMYK0.1200.480.68
HSL75.38º31.2%24.51%-
HSV(B)75.38º47.56%32.16%-
XYZ6.137.593.43-
YUV74.56110.19126.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.55%
GREEN value IS 82 (32.42% from 255) = 41.62%
BLUE value IS 43 (17.19% from 255) = 21.83%
R=36.55%
G=41.62%
B=21.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7282430.1200.480.6875.3831.224.51
Hex48522BC030444b1f19
Octal11012253140601041133731
Binary1001000101001010101111000110000100010010010111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48522B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48522B; }

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

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

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

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

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

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

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

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