Html Css Color HEX #48522A Bronzetone

📋 copy color: '#48522A'

red 72 ◦ green 82 ◦ blue 42

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

Shades of Bronzetone #48522A

Tints of Bronzetone #48522A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 21.43%

R = 36.73%
G = 41.84%
B = 21.43%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.49

 K value IS 0.68

RGB Variations

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

Color information

#48522A (or 0x48522A) is known color: Bronzetone. HEX triplet: 48, 52 and 2A. RGB value is (72,82,42). Sum of RGB (Red+Green+Blue) = 72+82+42=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 82 (32.42% from 255 or 41.84% from 196); Blue value is 42 (16.80% from 255 or 21.43% from 196); Max value from RGB is 82 - color contains mainly: green. Hex color #48522A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48522A is #B7ADD5. Grayscale: #4A4A4A. Windows color (decimal): -12037590 or 2773576. OLE color: 2773576.

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

Color convert

RGB 72 82 42 -
CMYK 0.12 0 0.49 0.68
HSL 75º 0.32% 0.24% -
HSV(B) 75º 0.49% 0.32% -
XYZ 6.11 7.58 3.33 -
YUV 74.45 109.69 126.25 -
System Red Green Blue C M Y K H S L
Decimal 72 82 42 0.12 0 0.49 0.68 75 0.32 0.24
Hex 48 52 2A C 0 31 44 4B 20 18
Octal 110 122 52 14 0 61 104 113 40 30
Binary 1001000 1010010 101010 1100 0 110001 1000100 1001011 100000 11000

Color Harmonies of #48522A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48522A

Black with #48522A

Text Example


Text Example

White with #48522A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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