Html Css Color HEX #485031 Bronzetone

📋 copy color: '#485031'

red 72 ◦ green 80 ◦ blue 49

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

Shades of Bronzetone #485031

Tints of Bronzetone #485031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 24.38%

R = 35.82%
G = 39.8%
B = 24.38%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.39

 K value IS 0.69

RGB Variations

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

Color information

#485031 (or 0x485031) is known color: Bronzetone. HEX triplet: 48, 50 and 31. RGB value is (72,80,49). Sum of RGB (Red+Green+Blue) = 72+80+49=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 49 (19.53% from 255 or 24.38% from 201); Max value from RGB is 80 - color contains mainly: green. Hex color #485031 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485031 is #B7AFCE. Grayscale: #4A4A4A. Windows color (decimal): -12038095 or 3231816. OLE color: 3231816.

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

Color convert

RGB 72 80 49 -
CMYK 0.10 0 0.39 0.69
HSL 75.48º 0.24% 0.25% -
HSV(B) 75.48º 0.39% 0.31% -
XYZ 6.1 7.34 4 -
YUV 74.07 113.85 126.52 -
System Red Green Blue C M Y K H S L
Decimal 72 80 49 0.10 0 0.39 0.69 75.48 0.24 0.25
Hex 48 50 31 A 0 27 45 4B 18 19
Octal 110 120 61 12 0 47 105 113 30 31
Binary 1001000 1010000 110001 1010 0 100111 1000101 1001011 11000 11001

Color Harmonies of #485031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485031

Black with #485031

Text Example


Text Example

White with #485031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485031; }

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

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

background-color css

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

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

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

border-color css

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

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

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