Html Css Color HEX #484F2F Bronzetone

📋 copy color: '#484F2F'

red 72 ◦ green 79 ◦ blue 47

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

Shades of Bronzetone #484F2F

Tints of Bronzetone #484F2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 23.74%

R = 36.36%
G = 39.9%
B = 23.74%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.41

 K value IS 0.69

RGB Variations

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

Color information

#484F2F (or 0x484F2F) is known color: Bronzetone. HEX triplet: 48, 4F and 2F. RGB value is (72,79,47). Sum of RGB (Red+Green+Blue) = 72+79+47=198 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.36% from 198); Green value is 79 (31.25% from 255 or 39.90% from 198); Blue value is 47 (18.75% from 255 or 23.74% from 198); Max value from RGB is 79 - color contains mainly: green. Hex color #484F2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #484F2F is #B7B0D0. Grayscale: #494949. Windows color (decimal): -12038353 or 3100488. OLE color: 3100488.

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

Color convert

RGB 72 79 47 -
CMYK 0.09 0 0.41 0.69
HSL 73.13º 0.25% 0.25% -
HSV(B) 73.13º 0.41% 0.31% -
XYZ 5.98 7.17 3.76 -
YUV 73.26 113.18 127.1 -
System Red Green Blue C M Y K H S L
Decimal 72 79 47 0.09 0 0.41 0.69 73.13 0.25 0.25
Hex 48 4F 2F 9 0 29 45 49 19 19
Octal 110 117 57 11 0 51 105 111 31 31
Binary 1001000 1001111 101111 1001 0 101001 1000101 1001001 11001 11001

Color Harmonies of #484F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484F2F

Black with #484F2F

Text Example


Text Example

White with #484F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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