Html Css Color HEX #485129 Bronzetone

📋 copy color: '#485129'

red 72 ◦ green 81 ◦ blue 41

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

Shades of Bronzetone #485129

Tints of Bronzetone #485129

RGB

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

 GREEN value IS 81 (32.03% from 255) = 41.75%

 BLUE value IS 41 (16.41% from 255) = 21.13%

R = 37.11%
G = 41.75%
B = 21.13%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.49

 K value IS 0.68

RGB Variations

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

Color information

#485129 (or 0x485129) is known color: Bronzetone. HEX triplet: 48, 51 and 29. RGB value is (72,81,41). Sum of RGB (Red+Green+Blue) = 72+81+41=194 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.11% from 194); Green value is 81 (32.03% from 255 or 41.75% from 194); Blue value is 41 (16.41% from 255 or 21.13% from 194); Max value from RGB is 81 - color contains mainly: green. Hex color #485129 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485129 is #B7AED6. Grayscale: #494949. Windows color (decimal): -12037847 or 2707784. OLE color: 2707784.

HSL color Cylindrical-coordinate representation of color #485129: hue angle of 73.5º degrees, saturation: 0.33, 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 #485129 is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.68.

Color convert

RGB 72 81 41 -
CMYK 0.11 0 0.49 0.68
HSL 73.5º 0.33% 0.24% -
HSV(B) 73.5º 0.49% 0.32% -
XYZ 6.02 7.42 3.21 -
YUV 73.75 109.52 126.75 -
System Red Green Blue C M Y K H S L
Decimal 72 81 41 0.11 0 0.49 0.68 73.5 0.33 0.24
Hex 48 51 29 B 0 31 44 4A 21 18
Octal 110 121 51 13 0 61 104 112 41 30
Binary 1001000 1010001 101001 1011 0 110001 1000100 1001010 100001 11000

Color Harmonies of #485129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485129

Black with #485129

Text Example


Text Example

White with #485129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485129; }

 p { color: rgb(72,81,41); }

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

background-color css

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

 a { background-color: rgb(72,81,41); }

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

border-color css

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

 span { border-color: rgb(72,81,41); }

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