Html Css Color HEX #485228 Bronzetone

📋 copy color: '#485228'

red 72 ◦ green 82 ◦ blue 40

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

Shades of Bronzetone #485228

Tints of Bronzetone #485228

RGB

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

 GREEN value IS 82 (32.42% from 255) = 42.27%

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

R = 37.11%
G = 42.27%
B = 20.62%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.51

 K value IS 0.68

RGB Variations

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

Color information

#485228 (or 0x485228) is known color: Bronzetone. HEX triplet: 48, 52 and 28. RGB value is (72,82,40). Sum of RGB (Red+Green+Blue) = 72+82+40=194 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.11% from 194); Green value is 82 (32.42% from 255 or 42.27% from 194); Blue value is 40 (16.02% from 255 or 20.62% from 194); Max value from RGB is 82 - color contains mainly: green. Hex color #485228 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485228 is #B7ADD7. Grayscale: #4A4A4A. Windows color (decimal): -12037592 or 2642504. OLE color: 2642504.

HSL color Cylindrical-coordinate representation of color #485228: hue angle of 74.29º 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 #485228 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.68.

Color convert

RGB 72 82 40 -
CMYK 0.12 0 0.51 0.68
HSL 74.29º 0.34% 0.24% -
HSV(B) 74.29º 0.51% 0.32% -
XYZ 6.07 7.57 3.15 -
YUV 74.22 108.69 126.42 -
System Red Green Blue C M Y K H S L
Decimal 72 82 40 0.12 0 0.51 0.68 74.29 0.34 0.24
Hex 48 52 28 C 0 33 44 4A 22 18
Octal 110 122 50 14 0 63 104 112 42 30
Binary 1001000 1010010 101000 1100 0 110011 1000100 1001010 100010 11000

Color Harmonies of #485228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485228

Black with #485228

Text Example


Text Example

White with #485228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485228; }

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

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

background-color css

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

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

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

border-color css

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

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

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