Html Css Color HEX #48522D Bronzetone

📋 copy color: '#48522D'

red 72 ◦ green 82 ◦ blue 45

#48522D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bronzetone #48522D

Tints of Bronzetone #48522D

RGB

 RED value IS 72 (28.52% from 255) = 36.18%

 GREEN value IS 82 (32.42% from 255) = 41.21%

 BLUE value IS 45 (17.97% from 255) = 22.61%

R = 36.18%
G = 41.21%
B = 22.61%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.45

 K value IS 0.68

RGB Variations

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

Color information

#48522D (or 0x48522D) is known color: Bronzetone. HEX triplet: 48, 52 and 2D. RGB value is (72,82,45). Sum of RGB (Red+Green+Blue) = 72+82+45=199 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.18% from 199); Green value is 82 (32.42% from 255 or 41.21% from 199); Blue value is 45 (17.97% from 255 or 22.61% from 199); Max value from RGB is 82 - color contains mainly: green. Hex color #48522D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48522D is #B7ADD2. Grayscale: #4A4A4A. Windows color (decimal): -12037587 or 2970184. OLE color: 2970184.

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

Color convert

RGB 72 82 45 -
CMYK 0.12 0 0.45 0.68
HSL 76.22º 0.29% 0.25% -
HSV(B) 76.22º 0.45% 0.32% -
XYZ 6.16 7.6 3.63 -
YUV 74.79 111.19 126.01 -
System Red Green Blue C M Y K H S L
Decimal 72 82 45 0.12 0 0.45 0.68 76.22 0.29 0.25
Hex 48 52 2D C 0 2D 44 4C 1D 19
Octal 110 122 55 14 0 55 104 114 35 31
Binary 1001000 1010010 101101 1100 0 101101 1000100 1001100 11101 11001

Color Harmonies of #48522D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48522D

Black with #48522D

Text Example


Text Example

White with #48522D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #48522D;
 }
 .AnyTagClassName
 {
   color: #48522D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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