Html Css Color HEX #4F3E29 Deep Bronze

📋 copy color: '#4F3E29'

red 79 ◦ green 62 ◦ blue 41

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

Shades of Deep Bronze #4F3E29

Tints of Deep Bronze #4F3E29

RGB

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

 GREEN value IS 62 (24.61% from 255) = 34.07%

 BLUE value IS 41 (16.41% from 255) = 22.53%

R = 43.41%
G = 34.07%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.48

 K value IS 0.69

RGB Variations

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

Color information

#4F3E29 (or 0x4F3E29) is known color: Deep Bronze. HEX triplet: 4F, 3E and 29. RGB value is (79,62,41). Sum of RGB (Red+Green+Blue) = 79+62+41=182 (24% of max value = 765). Red value is 79 (31.25% from 255 or 43.41% from 182); Green value is 62 (24.61% from 255 or 34.07% from 182); Blue value is 41 (16.41% from 255 or 22.53% from 182); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3E29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3E29 is #B0C1D6. Grayscale: #404040. Windows color (decimal): -11583959 or 2702927. OLE color: 2702927.

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

Color convert

RGB 79 62 41 -
CMYK 0 0.22 0.48 0.69
HSL 33.16º 0.32% 0.24% -
HSV(B) 33.16º 0.48% 0.31% -
XYZ 5.35 5.27 2.83 -
YUV 64.69 114.63 138.21 -
System Red Green Blue C M Y K H S L
Decimal 79 62 41 0 0.22 0.48 0.69 33.16 0.32 0.24
Hex 4F 3E 29 0 16 30 45 21 20 18
Octal 117 76 51 0 26 60 105 41 40 30
Binary 1001111 111110 101001 0 10110 110000 1000101 100001 100000 11000

Color Harmonies of #4F3E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3E29

Black with #4F3E29

Text Example


Text Example

White with #4F3E29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,62,41); }

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

background-color css

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

 a { background-color: rgb(79,62,41); }

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

border-color css

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

 span { border-color: rgb(79,62,41); }

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