Html Css Color HEX #485625 Bronzetone

📋 copy color: '#485625'

red 72 ◦ green 86 ◦ blue 37

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

Shades of Bronzetone #485625

Tints of Bronzetone #485625

RGB

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

 GREEN value IS 86 (33.98% from 255) = 44.1%

 BLUE value IS 37 (14.84% from 255) = 18.97%

R = 36.92%
G = 44.1%
B = 18.97%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.57

 K value IS 0.66

RGB Variations

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

Color information

#485625 (or 0x485625) is known color: Bronzetone. HEX triplet: 48, 56 and 25. RGB value is (72,86,37). Sum of RGB (Red+Green+Blue) = 72+86+37=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 86 (33.98% from 255 or 44.10% from 195); Blue value is 37 (14.84% from 255 or 18.97% from 195); Max value from RGB is 86 - color contains mainly: green. Hex color #485625 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485625 is #B7A9DA. Grayscale: #4C4C4C. Windows color (decimal): -12036571 or 2446920. OLE color: 2446920.

HSL color Cylindrical-coordinate representation of color #485625: hue angle of 77.14º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #485625 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.66.

Color convert

RGB 72 86 37 -
CMYK 0.16 0 0.57 0.66
HSL 77.14º 0.4% 0.24% -
HSV(B) 77.14º 0.57% 0.34% -
XYZ 6.33 8.17 2.99 -
YUV 76.23 105.86 124.98 -
System Red Green Blue C M Y K H S L
Decimal 72 86 37 0.16 0 0.57 0.66 77.14 0.4 0.24
Hex 48 56 25 10 0 39 42 4D 28 18
Octal 110 126 45 20 0 71 102 115 50 30
Binary 1001000 1010110 100101 10000 0 111001 1000010 1001101 101000 11000

Color Harmonies of #485625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485625

Black with #485625

Text Example


Text Example

White with #485625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485625; }

 p { color: rgb(72,86,37); }

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

background-color css

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

 a { background-color: rgb(72,86,37); }

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

border-color css

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

 span { border-color: rgb(72,86,37); }

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