Html Css Color HEX #4F4032 Deep Bronze

📋 copy color: '#4F4032'

red 79 ◦ green 64 ◦ blue 50

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

Shades of Deep Bronze #4F4032

Tints of Deep Bronze #4F4032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 25.91%

R = 40.93%
G = 33.16%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.37

 K value IS 0.69

RGB Variations

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

Color information

#4F4032 (or 0x4F4032) is known color: Deep Bronze. HEX triplet: 4F, 40 and 32. RGB value is (79,64,50). Sum of RGB (Red+Green+Blue) = 79+64+50=193 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.93% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 50 (19.92% from 255 or 25.91% from 193); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4032 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4032 is #B0BFCD. Grayscale: #424242. Windows color (decimal): -11583438 or 3293263. OLE color: 3293263.

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

Color convert

RGB 79 64 50 -
CMYK 0 0.19 0.37 0.69
HSL 28.97º 0.22% 0.25% -
HSV(B) 28.97º 0.37% 0.31% -
XYZ 5.63 5.56 3.79 -
YUV 66.89 118.47 136.64 -
System Red Green Blue C M Y K H S L
Decimal 79 64 50 0 0.19 0.37 0.69 28.97 0.22 0.25
Hex 4F 40 32 0 13 25 45 1D 16 19
Octal 117 100 62 0 23 45 105 35 26 31
Binary 1001111 1000000 110010 0 10011 100101 1000101 11101 10110 11001

Color Harmonies of #4F4032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4032

Black with #4F4032

Text Example


Text Example

White with #4F4032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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