Html Css Color HEX #485032 Bronzetone

📋 copy color: '#485032'

red 72 ◦ green 80 ◦ blue 50

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

Shades of Bronzetone #485032

Tints of Bronzetone #485032

RGB

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

 GREEN value IS 80 (31.64% from 255) = 39.6%

 BLUE value IS 50 (19.92% from 255) = 24.75%

R = 35.64%
G = 39.6%
B = 24.75%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.37

 K value IS 0.69

RGB Variations

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

Color information

#485032 (or 0x485032) is known color: Bronzetone. HEX triplet: 48, 50 and 32. RGB value is (72,80,50). Sum of RGB (Red+Green+Blue) = 72+80+50=202 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.64% from 202); Green value is 80 (31.64% from 255 or 39.60% from 202); Blue value is 50 (19.92% from 255 or 24.75% from 202); Max value from RGB is 80 - color contains mainly: green. Hex color #485032 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485032 is #B7AFCD. Grayscale: #4A4A4A. Windows color (decimal): -12038094 or 3297352. OLE color: 3297352.

HSL color Cylindrical-coordinate representation of color #485032: hue angle of 76º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #485032 is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB 72 80 50 -
CMYK 0.10 0 0.37 0.69
HSL 76º 0.23% 0.25% -
HSV(B) 76º 0.38% 0.31% -
XYZ 6.12 7.35 4.11 -
YUV 74.19 114.35 126.44 -
System Red Green Blue C M Y K H S L
Decimal 72 80 50 0.10 0 0.37 0.69 76 0.23 0.25
Hex 48 50 32 A 0 25 45 4C 17 19
Octal 110 120 62 12 0 45 105 114 27 31
Binary 1001000 1010000 110010 1010 0 100101 1000101 1001100 10111 11001

Color Harmonies of #485032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485032

Black with #485032

Text Example


Text Example

White with #485032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485032; }

 p { color: rgb(72,80,50); }

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

background-color css

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

 a { background-color: rgb(72,80,50); }

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

border-color css

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

 span { border-color: rgb(72,80,50); }

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