Html Css Color HEX #48502C Bronzetone

📋 copy color: '#48502C'

red 72 ◦ green 80 ◦ blue 44

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

Shades of Bronzetone #48502C

Tints of Bronzetone #48502C

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 value IS 0.10

 M value IS 0

 Y value IS 0.45

 K value IS 0.69

RGB Variations

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

Color information

#48502C (or 0x48502C) is known color: 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

RGB 72 80 44 -
CMYK 0.10 0 0.45 0.69
HSL 73.33º 0.29% 0.24% -
HSV(B) 73.33º 0.45% 0.31% -
XYZ 6 7.3 3.48 -
YUV 73.5 111.35 126.93 -
System Red Green Blue C M Y K H S L
Decimal 72 80 44 0.10 0 0.45 0.69 73.33 0.29 0.24
Hex 48 50 2C A 0 2D 45 49 1D 18
Octal 110 120 54 12 0 55 105 111 35 30
Binary 1001000 1010000 101100 1010 0 101101 1000101 1001001 11101 11000

Color Harmonies of #48502C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48502C

Black with #48502C

Text Example


Text Example

White with #48502C

Text Example


Text Example

HTML Codes & Css Web 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>