Html Css Color HEX #485526 Bronzetone

📋 copy color: '#485526'

red 72 ◦ green 85 ◦ blue 38

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

Shades of Bronzetone #485526

Tints of Bronzetone #485526

RGB

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

 GREEN value IS 85 (33.59% from 255) = 43.59%

 BLUE value IS 38 (15.23% from 255) = 19.49%

R = 36.92%
G = 43.59%
B = 19.49%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#485526 (or 0x485526) is known color: Bronzetone. HEX triplet: 48, 55 and 26. RGB value is (72,85,38). Sum of RGB (Red+Green+Blue) = 72+85+38=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 85 (33.59% from 255 or 43.59% from 195); Blue value is 38 (15.23% from 255 or 19.49% from 195); Max value from RGB is 85 - color contains mainly: green. Hex color #485526 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485526 is #B7AAD9. Grayscale: #4B4B4B. Windows color (decimal): -12036826 or 2512200. OLE color: 2512200.

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

Color convert

RGB 72 85 38 -
CMYK 0.15 0 0.55 0.67
HSL 76.6º 0.38% 0.24% -
HSV(B) 76.6º 0.55% 0.33% -
XYZ 6.27 8.01 3.05 -
YUV 75.76 106.69 125.32 -
System Red Green Blue C M Y K H S L
Decimal 72 85 38 0.15 0 0.55 0.67 76.6 0.38 0.24
Hex 48 55 26 F 0 37 43 4D 26 18
Octal 110 125 46 17 0 67 103 115 46 30
Binary 1001000 1010101 100110 1111 0 110111 1000011 1001101 100110 11000

Color Harmonies of #485526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485526

Black with #485526

Text Example


Text Example

White with #485526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485526; }

 p { color: rgb(72,85,38); }

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

background-color css

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

 a { background-color: rgb(72,85,38); }

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

border-color css

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

 span { border-color: rgb(72,85,38); }

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