Html Css Color HEX #4F412E Deep Bronze

📋 copy color: '#4F412E'

red 79 ◦ green 65 ◦ blue 46

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

Shades of Deep Bronze #4F412E

Tints of Deep Bronze #4F412E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 34.21%

 BLUE value IS 46 (18.36% from 255) = 24.21%

R = 41.58%
G = 34.21%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.42

 K value IS 0.69

RGB Variations

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

Color information

#4F412E (or 0x4F412E) is known color: Deep Bronze. HEX triplet: 4F, 41 and 2E. RGB value is (79,65,46). Sum of RGB (Red+Green+Blue) = 79+65+46=190 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.58% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 46 (18.36% from 255 or 24.21% from 190); Max value from RGB is 79 - color contains mainly: red. Hex color #4F412E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F412E is #B0BED1. Grayscale: #434343. Windows color (decimal): -11583186 or 3031375. OLE color: 3031375.

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

Color convert

RGB 79 65 46 -
CMYK 0 0.18 0.42 0.69
HSL 34.55º 0.26% 0.25% -
HSV(B) 34.55º 0.42% 0.31% -
XYZ 5.61 5.64 3.38 -
YUV 67.02 116.14 136.54 -
System Red Green Blue C M Y K H S L
Decimal 79 65 46 0 0.18 0.42 0.69 34.55 0.26 0.25
Hex 4F 41 2E 0 12 2A 45 23 1A 19
Octal 117 101 56 0 22 52 105 43 32 31
Binary 1001111 1000001 101110 0 10010 101010 1000101 100011 11010 11001

Color Harmonies of #4F412E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F412E

Black with #4F412E

Text Example


Text Example

White with #4F412E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,65,46); }

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

background-color css

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

 a { background-color: rgb(79,65,46); }

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

border-color css

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

 span { border-color: rgb(79,65,46); }

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