Html Css Color HEX #4E3C2A Deep Bronze

📋 copy color: '#4E3C2A'

red 78 ◦ green 60 ◦ blue 42

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

Shades of Deep Bronze #4E3C2A

Tints of Deep Bronze #4E3C2A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 33.33%

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

R = 43.33%
G = 33.33%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.46

 K value IS 0.69

RGB Variations

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

Color information

#4E3C2A (or 0x4E3C2A) is known color: Deep Bronze. HEX triplet: 4E, 3C and 2A. RGB value is (78,60,42). Sum of RGB (Red+Green+Blue) = 78+60+42=180 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.33% from 180); Green value is 60 (23.83% from 255 or 33.33% from 180); Blue value is 42 (16.80% from 255 or 23.33% from 180); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3C2A is #B1C3D5. Grayscale: #3F3F3F. Windows color (decimal): -11650006 or 2767950. OLE color: 2767950.

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

Color convert

RGB 78 60 42 -
CMYK 0 0.23 0.46 0.69
HSL 30º 0.3% 0.24% -
HSV(B) 30º 0.46% 0.31% -
XYZ 5.18 5.02 2.89 -
YUV 63.33 115.96 138.46 -
System Red Green Blue C M Y K H S L
Decimal 78 60 42 0 0.23 0.46 0.69 30 0.3 0.24
Hex 4E 3C 2A 0 17 2E 45 1E 1E 18
Octal 116 74 52 0 27 56 105 36 36 30
Binary 1001110 111100 101010 0 10111 101110 1000101 11110 11110 11000

Color Harmonies of #4E3C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3C2A

Black with #4E3C2A

Text Example


Text Example

White with #4E3C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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