Html Css Color HEX #4E3C2B Deep Bronze

📋 copy color: '#4E3C2B'

red 78 ◦ green 60 ◦ blue 43

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

Shades of Deep Bronze #4E3C2B

Tints of Deep Bronze #4E3C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 23.76%

R = 43.09%
G = 33.15%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.45

 K value IS 0.69

RGB Variations

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

Color information

#4E3C2B (or 0x4E3C2B) is known color: Deep Bronze. HEX triplet: 4E, 3C and 2B. RGB value is (78,60,43). Sum of RGB (Red+Green+Blue) = 78+60+43=181 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.09% from 181); Green value is 60 (23.83% from 255 or 33.15% from 181); Blue value is 43 (17.19% from 255 or 23.76% from 181); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3C2B is #B1C3D4. Grayscale: #3F3F3F. Windows color (decimal): -11650005 or 2833486. OLE color: 2833486.

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

Color convert

RGB 78 60 43 -
CMYK 0 0.23 0.45 0.69
HSL 29.14º 0.29% 0.24% -
HSV(B) 29.14º 0.45% 0.31% -
XYZ 5.19 5.03 2.98 -
YUV 63.44 116.46 138.38 -
System Red Green Blue C M Y K H S L
Decimal 78 60 43 0 0.23 0.45 0.69 29.14 0.29 0.24
Hex 4E 3C 2B 0 17 2D 45 1D 1D 18
Octal 116 74 53 0 27 55 105 35 35 30
Binary 1001110 111100 101011 0 10111 101101 1000101 11101 11101 11000

Color Harmonies of #4E3C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3C2B

Black with #4E3C2B

Text Example


Text Example

White with #4E3C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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