Html Css Color HEX #4E412A Deep Bronze

📋 copy color: '#4E412A'

red 78 ◦ green 65 ◦ blue 42

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

Shades of Deep Bronze #4E412A

Tints of Deep Bronze #4E412A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 22.7%

R = 42.16%
G = 35.14%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.46

 K value IS 0.69

RGB Variations

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

Color information

#4E412A (or 0x4E412A) is known color: Deep Bronze. HEX triplet: 4E, 41 and 2A. RGB value is (78,65,42). Sum of RGB (Red+Green+Blue) = 78+65+42=185 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.16% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 42 (16.80% from 255 or 22.70% from 185); Max value from RGB is 78 - color contains mainly: red. Hex color #4E412A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E412A is #B1BED5. Grayscale: #424242. Windows color (decimal): -11648726 or 2769230. OLE color: 2769230.

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

Color convert

RGB 78 65 42 -
CMYK 0 0.17 0.46 0.69
HSL 38.33º 0.3% 0.24% -
HSV(B) 38.33º 0.46% 0.31% -
XYZ 5.45 5.57 2.98 -
YUV 66.27 114.31 136.37 -
System Red Green Blue C M Y K H S L
Decimal 78 65 42 0 0.17 0.46 0.69 38.33 0.3 0.24
Hex 4E 41 2A 0 11 2E 45 26 1E 18
Octal 116 101 52 0 21 56 105 46 36 30
Binary 1001110 1000001 101010 0 10001 101110 1000101 100110 11110 11000

Color Harmonies of #4E412A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E412A

Black with #4E412A

Text Example


Text Example

White with #4E412A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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