Html Css Color HEX #4E3F25 Deep Bronze

📋 copy color: '#4E3F25'

red 78 ◦ green 63 ◦ blue 37

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

Shades of Deep Bronze #4E3F25

Tints of Deep Bronze #4E3F25

RGB

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

 GREEN value IS 63 (25% from 255) = 35.39%

 BLUE value IS 37 (14.84% from 255) = 20.79%

R = 43.82%
G = 35.39%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.53

 K value IS 0.69

RGB Variations

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

Color information

#4E3F25 (or 0x4E3F25) is known color: Deep Bronze. HEX triplet: 4E, 3F and 25. RGB value is (78,63,37). Sum of RGB (Red+Green+Blue) = 78+63+37=178 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.82% from 178); Green value is 63 (25% from 255 or 35.39% from 178); Blue value is 37 (14.84% from 255 or 20.79% from 178); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3F25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3F25 is #B1C0DA. Grayscale: #404040. Windows color (decimal): -11649243 or 2441038. OLE color: 2441038.

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

Color convert

RGB 78 63 37 -
CMYK 0 0.19 0.53 0.69
HSL 38.05º 0.36% 0.23% -
HSV(B) 38.05º 0.53% 0.31% -
XYZ 5.25 5.31 2.5 -
YUV 64.52 112.47 137.61 -
System Red Green Blue C M Y K H S L
Decimal 78 63 37 0 0.19 0.53 0.69 38.05 0.36 0.23
Hex 4E 3F 25 0 13 35 45 26 24 17
Octal 116 77 45 0 23 65 105 46 44 27
Binary 1001110 111111 100101 0 10011 110101 1000101 100110 100100 10111

Color Harmonies of #4E3F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3F25

Black with #4E3F25

Text Example


Text Example

White with #4E3F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,63,37); }

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

background-color css

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

 a { background-color: rgb(78,63,37); }

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

border-color css

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

 span { border-color: rgb(78,63,37); }

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