Html Css Color HEX #4F4331 Deep Bronze

📋 copy color: '#4F4331'

red 79 ◦ green 67 ◦ blue 49

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

Shades of Deep Bronze #4F4331

Tints of Deep Bronze #4F4331

RGB

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

 GREEN value IS 67 (26.56% from 255) = 34.36%

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

R = 40.51%
G = 34.36%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.38

 K value IS 0.69

RGB Variations

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

Color information

#4F4331 (or 0x4F4331) is known color: Deep Bronze. HEX triplet: 4F, 43 and 31. RGB value is (79,67,49). Sum of RGB (Red+Green+Blue) = 79+67+49=195 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.51% from 195); Green value is 67 (26.56% from 255 or 34.36% from 195); Blue value is 49 (19.53% from 255 or 25.13% from 195); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4331 is #B0BCCE. Grayscale: #444444. Windows color (decimal): -11582671 or 3228495. OLE color: 3228495.

HSL color Cylindrical-coordinate representation of color #4F4331: hue angle of 36º 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 #4F4331 is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 67 49 -
CMYK 0 0.15 0.38 0.69
HSL 36º 0.23% 0.25% -
HSV(B) 36º 0.38% 0.31% -
XYZ 5.79 5.9 3.74 -
YUV 68.54 116.98 135.46 -
System Red Green Blue C M Y K H S L
Decimal 79 67 49 0 0.15 0.38 0.69 36 0.23 0.25
Hex 4F 43 31 0 F 26 45 24 17 19
Octal 117 103 61 0 17 46 105 44 27 31
Binary 1001111 1000011 110001 0 1111 100110 1000101 100100 10111 11001

Color Harmonies of #4F4331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4331

Black with #4F4331

Text Example


Text Example

White with #4F4331

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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