Html Css Color HEX #485128 Bronzetone

📋 copy color: '#485128'

red 72 ◦ green 81 ◦ blue 40

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

Shades of Bronzetone #485128

Tints of Bronzetone #485128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 20.73%

R = 37.31%
G = 41.97%
B = 20.73%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.51

 K value IS 0.68

RGB Variations

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

Color information

#485128 (or 0x485128) is known color: Bronzetone. HEX triplet: 48, 51 and 28. RGB value is (72,81,40). Sum of RGB (Red+Green+Blue) = 72+81+40=193 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.31% from 193); Green value is 81 (32.03% from 255 or 41.97% from 193); Blue value is 40 (16.02% from 255 or 20.73% from 193); Max value from RGB is 81 - color contains mainly: green. Hex color #485128 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485128 is #B7AED7. Grayscale: #494949. Windows color (decimal): -12037848 or 2642248. OLE color: 2642248.

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

Color convert

RGB 72 81 40 -
CMYK 0.11 0 0.51 0.68
HSL 73.17º 0.34% 0.24% -
HSV(B) 73.17º 0.51% 0.32% -
XYZ 6 7.42 3.12 -
YUV 73.64 109.02 126.83 -
System Red Green Blue C M Y K H S L
Decimal 72 81 40 0.11 0 0.51 0.68 73.17 0.34 0.24
Hex 48 51 28 B 0 33 44 49 22 18
Octal 110 121 50 13 0 63 104 111 42 30
Binary 1001000 1010001 101000 1011 0 110011 1000100 1001001 100010 11000

Color Harmonies of #485128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485128

Black with #485128

Text Example


Text Example

White with #485128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485128; }

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

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

background-color css

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

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

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

border-color css

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

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

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