Html Css Color HEX #48522C Bronzetone

📋 copy color: '#48522C'

red 72 ◦ green 82 ◦ blue 44

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

Shades of Bronzetone #48522C

Tints of Bronzetone #48522C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 22.22%

R = 36.36%
G = 41.41%
B = 22.22%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.46

 K value IS 0.68

RGB Variations

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

Color information

#48522C (or 0x48522C) is known color: Bronzetone. HEX triplet: 48, 52 and 2C. RGB value is (72,82,44). Sum of RGB (Red+Green+Blue) = 72+82+44=198 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.36% from 198); Green value is 82 (32.42% from 255 or 41.41% from 198); Blue value is 44 (17.58% from 255 or 22.22% from 198); Max value from RGB is 82 - color contains mainly: green. Hex color #48522C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48522C is #B7ADD3. Grayscale: #4A4A4A. Windows color (decimal): -12037588 or 2904648. OLE color: 2904648.

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

Color convert

RGB 72 82 44 -
CMYK 0.12 0 0.46 0.68
HSL 75.79º 0.3% 0.25% -
HSV(B) 75.79º 0.46% 0.32% -
XYZ 6.14 7.59 3.52 -
YUV 74.68 110.69 126.09 -
System Red Green Blue C M Y K H S L
Decimal 72 82 44 0.12 0 0.46 0.68 75.79 0.3 0.25
Hex 48 52 2C C 0 2E 44 4C 1E 19
Octal 110 122 54 14 0 56 104 114 36 31
Binary 1001000 1010010 101100 1100 0 101110 1000100 1001100 11110 11001

Color Harmonies of #48522C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48522C

Black with #48522C

Text Example


Text Example

White with #48522C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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