Html Css Color HEX #485329 Bronzetone

📋 copy color: '#485329'

red 72 ◦ green 83 ◦ blue 41

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

Shades of Bronzetone #485329

Tints of Bronzetone #485329

RGB

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

 GREEN value IS 83 (32.81% from 255) = 42.35%

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

R = 36.73%
G = 42.35%
B = 20.92%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#485329 (or 0x485329) is known color: Bronzetone. HEX triplet: 48, 53 and 29. RGB value is (72,83,41). Sum of RGB (Red+Green+Blue) = 72+83+41=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 83 (32.81% from 255 or 42.35% from 196); Blue value is 41 (16.41% from 255 or 20.92% from 196); Max value from RGB is 83 - color contains mainly: green. Hex color #485329 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485329 is #B7ACD6. Grayscale: #4B4B4B. Windows color (decimal): -12037335 or 2708296. OLE color: 2708296.

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

Color convert

RGB 72 83 41 -
CMYK 0.13 0 0.51 0.67
HSL 75.71º 0.34% 0.24% -
HSV(B) 75.71º 0.51% 0.33% -
XYZ 6.17 7.72 3.26 -
YUV 74.92 108.86 125.92 -
System Red Green Blue C M Y K H S L
Decimal 72 83 41 0.13 0 0.51 0.67 75.71 0.34 0.24
Hex 48 53 29 D 0 33 43 4C 22 18
Octal 110 123 51 15 0 63 103 114 42 30
Binary 1001000 1010011 101001 1101 0 110011 1000011 1001100 100010 11000

Color Harmonies of #485329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485329

Black with #485329

Text Example


Text Example

White with #485329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485329; }

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

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

background-color css

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

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

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

border-color css

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

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

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