Html Css Color HEX #485429 Bronzetone

📋 copy color: '#485429'

red 72 ◦ green 84 ◦ blue 41

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

Shades of Bronzetone #485429

Tints of Bronzetone #485429

RGB

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

 GREEN value IS 84 (33.2% from 255) = 42.64%

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

R = 36.55%
G = 42.64%
B = 20.81%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#485429 (or 0x485429) is known color: Bronzetone. HEX triplet: 48, 54 and 29. RGB value is (72,84,41). Sum of RGB (Red+Green+Blue) = 72+84+41=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 84 (33.20% from 255 or 42.64% from 197); Blue value is 41 (16.41% from 255 or 20.81% from 197); Max value from RGB is 84 - color contains mainly: green. Hex color #485429 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485429 is #B7ABD6. Grayscale: #4B4B4B. Windows color (decimal): -12037079 or 2708552. OLE color: 2708552.

HSL color Cylindrical-coordinate representation of color #485429: hue angle of 76.74º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #485429 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 84 41 -
CMYK 0.14 0 0.51 0.67
HSL 76.74º 0.34% 0.25% -
HSV(B) 76.74º 0.51% 0.33% -
XYZ 6.24 7.88 3.29 -
YUV 75.51 108.52 125.5 -
System Red Green Blue C M Y K H S L
Decimal 72 84 41 0.14 0 0.51 0.67 76.74 0.34 0.25
Hex 48 54 29 E 0 33 43 4D 22 19
Octal 110 124 51 16 0 63 103 115 42 31
Binary 1001000 1010100 101001 1110 0 110011 1000011 1001101 100010 11001

Color Harmonies of #485429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485429

Black with #485429

Text Example


Text Example

White with #485429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485429; }

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

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

background-color css

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

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

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

border-color css

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

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

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