Html Css Color HEX #485027 Bronzetone

📋 copy color: '#485027'

red 72 ◦ green 80 ◦ blue 39

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

Shades of Bronzetone #485027

Tints of Bronzetone #485027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 20.42%

R = 37.7%
G = 41.88%
B = 20.42%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.51

 K value IS 0.69

RGB Variations

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

Color information

#485027 (or 0x485027) is known color: Bronzetone. HEX triplet: 48, 50 and 27. RGB value is (72,80,39). Sum of RGB (Red+Green+Blue) = 72+80+39=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 80 (31.64% from 255 or 41.88% from 191); Blue value is 39 (15.62% from 255 or 20.42% from 191); Max value from RGB is 80 - color contains mainly: green. Hex color #485027 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485027 is #B7AFD8. Grayscale: #494949. Windows color (decimal): -12038105 or 2576456. OLE color: 2576456.

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

Color convert

RGB 72 80 39 -
CMYK 0.10 0 0.51 0.69
HSL 71.71º 0.34% 0.23% -
HSV(B) 71.71º 0.51% 0.31% -
XYZ 5.91 7.26 3.01 -
YUV 72.93 108.85 127.33 -
System Red Green Blue C M Y K H S L
Decimal 72 80 39 0.10 0 0.51 0.69 71.71 0.34 0.23
Hex 48 50 27 A 0 33 45 48 22 17
Octal 110 120 47 12 0 63 105 110 42 27
Binary 1001000 1010000 100111 1010 0 110011 1000101 1001000 100010 10111

Color Harmonies of #485027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485027

Black with #485027

Text Example


Text Example

White with #485027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485027; }

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

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

background-color css

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

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

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

border-color css

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

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

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