Html Css Color HEX #484F28 Bronzetone

📋 copy color: '#484F28'

red 72 ◦ green 79 ◦ blue 40

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

Shades of Bronzetone #484F28

Tints of Bronzetone #484F28

RGB

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

 GREEN value IS 79 (31.25% from 255) = 41.36%

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

R = 37.7%
G = 41.36%
B = 20.94%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.49

 K value IS 0.69

RGB Variations

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

Color information

#484F28 (or 0x484F28) is known color: Bronzetone. HEX triplet: 48, 4F and 28. RGB value is (72,79,40). Sum of RGB (Red+Green+Blue) = 72+79+40=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 79 (31.25% from 255 or 41.36% from 191); Blue value is 40 (16.02% from 255 or 20.94% from 191); Max value from RGB is 79 - color contains mainly: green. Hex color #484F28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #484F28 is #B7B0D7. Grayscale: #484848. Windows color (decimal): -12038360 or 2641736. OLE color: 2641736.

HSL color Cylindrical-coordinate representation of color #484F28: hue angle of 70.77º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #484F28 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.69.

Color convert

RGB 72 79 40 -
CMYK 0.09 0 0.49 0.69
HSL 70.77º 0.33% 0.23% -
HSV(B) 70.77º 0.49% 0.31% -
XYZ 5.85 7.12 3.07 -
YUV 72.46 109.68 127.67 -
System Red Green Blue C M Y K H S L
Decimal 72 79 40 0.09 0 0.49 0.69 70.77 0.33 0.23
Hex 48 4F 28 9 0 31 45 47 21 17
Octal 110 117 50 11 0 61 105 107 41 27
Binary 1001000 1001111 101000 1001 0 110001 1000101 1000111 100001 10111

Color Harmonies of #484F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484F28

Black with #484F28

Text Example


Text Example

White with #484F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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