Html Css Color HEX #4F4031 Deep Bronze

📋 copy color: '#4F4031'

red 79 ◦ green 64 ◦ blue 49

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

Shades of Deep Bronze #4F4031

Tints of Deep Bronze #4F4031

RGB

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

 GREEN value IS 64 (25.39% from 255) = 33.33%

 BLUE value IS 49 (19.53% from 255) = 25.52%

R = 41.15%
G = 33.33%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.38

 K value IS 0.69

RGB Variations

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

Color information

#4F4031 (or 0x4F4031) is known color: Deep Bronze. HEX triplet: 4F, 40 and 31. RGB value is (79,64,49). Sum of RGB (Red+Green+Blue) = 79+64+49=192 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.15% from 192); Green value is 64 (25.39% from 255 or 33.33% from 192); Blue value is 49 (19.53% from 255 or 25.52% from 192); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4031 is #B0BFCE. Grayscale: #424242. Windows color (decimal): -11583439 or 3227727. OLE color: 3227727.

HSL color Cylindrical-coordinate representation of color #4F4031: hue angle of 30º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4F4031 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 64 49 -
CMYK 0 0.19 0.38 0.69
HSL 30º 0.23% 0.25% -
HSV(B) 30º 0.38% 0.31% -
XYZ 5.61 5.55 3.68 -
YUV 66.78 117.97 136.72 -
System Red Green Blue C M Y K H S L
Decimal 79 64 49 0 0.19 0.38 0.69 30 0.23 0.25
Hex 4F 40 31 0 13 26 45 1E 17 19
Octal 117 100 61 0 23 46 105 36 27 31
Binary 1001111 1000000 110001 0 10011 100110 1000101 11110 10111 11001

Color Harmonies of #4F4031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4031

Black with #4F4031

Text Example


Text Example

White with #4F4031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,64,49); }

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

background-color css

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

 a { background-color: rgb(79,64,49); }

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

border-color css

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

 span { border-color: rgb(79,64,49); }

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