Html Css Color HEX #4F463A Metallic Bronze

📋 copy color: '#4F463A'

red 79 ◦ green 70 ◦ blue 58

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

Shades of Metallic Bronze #4F463A

Tints of Metallic Bronze #4F463A

RGB

 RED value IS 79 (31.25% from 255) = 38.16%

 GREEN value IS 70 (27.73% from 255) = 33.82%

 BLUE value IS 58 (23.05% from 255) = 28.02%

R = 38.16%
G = 33.82%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.27

 K value IS 0.69

RGB Variations

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

Color information

#4F463A (or 0x4F463A) is known color: Metallic Bronze. HEX triplet: 4F, 46 and 3A. RGB value is (79,70,58). Sum of RGB (Red+Green+Blue) = 79+70+58=207 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.16% from 207); Green value is 70 (27.73% from 255 or 33.82% from 207); Blue value is 58 (23.05% from 255 or 28.02% from 207); Max value from RGB is 79 - color contains mainly: red. Hex color #4F463A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F463A is #B0B9C5. Grayscale: #474747. Windows color (decimal): -11581894 or 3819087. OLE color: 3819087.

HSL color Cylindrical-coordinate representation of color #4F463A: hue angle of 34.29º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4F463A is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 70 58 -
CMYK 0 0.11 0.27 0.69
HSL 34.29º 0.15% 0.27% -
HSV(B) 34.29º 0.27% 0.31% -
XYZ 6.18 6.35 4.9 -
YUV 71.32 120.48 133.48 -
System Red Green Blue C M Y K H S L
Decimal 79 70 58 0 0.11 0.27 0.69 34.29 0.15 0.27
Hex 4F 46 3A 0 B 1B 45 22 F 1B
Octal 117 106 72 0 13 33 105 42 17 33
Binary 1001111 1000110 111010 0 1011 11011 1000101 100010 1111 11011

Color Harmonies of #4F463A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F463A

Black with #4F463A

Text Example


Text Example

White with #4F463A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F463A; }

 p { color: rgb(79,70,58); }

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

background-color css

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

 a { background-color: rgb(79,70,58); }

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

border-color css

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

 span { border-color: rgb(79,70,58); }

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