Html Css Color HEX #484F2B Bronzetone

📋 copy color: '#484F2B'

red 72 ◦ green 79 ◦ blue 43

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

Shades of Bronzetone #484F2B

Tints of Bronzetone #484F2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 22.16%

R = 37.11%
G = 40.72%
B = 22.16%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.46

 K value IS 0.69

RGB Variations

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

Color information

#484F2B (or 0x484F2B) is known color: Bronzetone. HEX triplet: 48, 4F and 2B. RGB value is (72,79,43). Sum of RGB (Red+Green+Blue) = 72+79+43=194 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.11% from 194); Green value is 79 (31.25% from 255 or 40.72% from 194); Blue value is 43 (17.19% from 255 or 22.16% from 194); Max value from RGB is 79 - color contains mainly: green. Hex color #484F2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #484F2B is #B7B0D4. Grayscale: #484848. Windows color (decimal): -12038357 or 2838344. OLE color: 2838344.

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

Color convert

RGB 72 79 43 -
CMYK 0.09 0 0.46 0.69
HSL 71.67º 0.3% 0.24% -
HSV(B) 71.67º 0.46% 0.31% -
XYZ 5.9 7.14 3.35 -
YUV 72.8 111.18 127.43 -
System Red Green Blue C M Y K H S L
Decimal 72 79 43 0.09 0 0.46 0.69 71.67 0.3 0.24
Hex 48 4F 2B 9 0 2E 45 48 1E 18
Octal 110 117 53 11 0 56 105 110 36 30
Binary 1001000 1001111 101011 1001 0 101110 1000101 1001000 11110 11000

Color Harmonies of #484F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484F2B

Black with #484F2B

Text Example


Text Example

White with #484F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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