Html Css Color HEX #4E412F Deep Bronze

📋 copy color: '#4E412F'

red 78 ◦ green 65 ◦ blue 47

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

Shades of Deep Bronze #4E412F

Tints of Deep Bronze #4E412F

RGB

 RED value IS 78 (30.86% from 255) = 41.05%

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

 BLUE value IS 47 (18.75% from 255) = 24.74%

R = 41.05%
G = 34.21%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.40

 K value IS 0.69

RGB Variations

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

Color information

#4E412F (or 0x4E412F) is known color: Deep Bronze. HEX triplet: 4E, 41 and 2F. RGB value is (78,65,47). Sum of RGB (Red+Green+Blue) = 78+65+47=190 (25% of max value = 765). Red value is 78 (30.86% from 255 or 41.05% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 47 (18.75% from 255 or 24.74% from 190); Max value from RGB is 78 - color contains mainly: red. Hex color #4E412F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E412F is #B1BED0. Grayscale: #424242. Windows color (decimal): -11648721 or 3096910. OLE color: 3096910.

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

Color convert

RGB 78 65 47 -
CMYK 0 0.17 0.40 0.69
HSL 34.84º 0.25% 0.25% -
HSV(B) 34.84º 0.4% 0.31% -
XYZ 5.55 5.61 3.48 -
YUV 66.84 116.81 135.96 -
System Red Green Blue C M Y K H S L
Decimal 78 65 47 0 0.17 0.40 0.69 34.84 0.25 0.25
Hex 4E 41 2F 0 11 28 45 23 19 19
Octal 116 101 57 0 21 50 105 43 31 31
Binary 1001110 1000001 101111 0 10001 101000 1000101 100011 11001 11001

Color Harmonies of #4E412F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E412F

Black with #4E412F

Text Example


Text Example

White with #4E412F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,65,47); }

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

background-color css

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

 a { background-color: rgb(78,65,47); }

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

border-color css

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

 span { border-color: rgb(78,65,47); }

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