Html Css Color HEX #4E481E Bronze Olive

📋 copy color: '#4E481E'

red 78 ◦ green 72 ◦ blue 30

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

Shades of Bronze Olive #4E481E

Tints of Bronze Olive #4E481E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 40%

 BLUE value IS 30 (12.11% from 255) = 16.67%

R = 43.33%
G = 40%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.62

 K value IS 0.69

RGB Variations

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

Color information

#4E481E (or 0x4E481E) is known color: Bronze Olive. HEX triplet: 4E, 48 and 1E. RGB value is (78,72,30). Sum of RGB (Red+Green+Blue) = 78+72+30=180 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.33% from 180); Green value is 72 (28.52% from 255 or 40% from 180); Blue value is 30 (12.11% from 255 or 16.67% from 180); Max value from RGB is 78 - color contains mainly: red. Hex color #4E481E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E481E is #B1B7E1. Grayscale: #454545. Windows color (decimal): -11646946 or 1984590. OLE color: 1984590.

HSL color Cylindrical-coordinate representation of color #4E481E: hue angle of 52.5º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E481E is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 72 30 -
CMYK 0 0.08 0.62 0.69
HSL 52.5º 0.44% 0.21% -
HSV(B) 52.5º 0.62% 0.31% -
XYZ 5.69 6.35 2.15 -
YUV 69.01 105.99 134.42 -
System Red Green Blue C M Y K H S L
Decimal 78 72 30 0 0.08 0.62 0.69 52.5 0.44 0.21
Hex 4E 48 1E 0 8 3E 45 34 2C 15
Octal 116 110 36 0 10 76 105 64 54 25
Binary 1001110 1001000 11110 0 1000 111110 1000101 110100 101100 10101

Color Harmonies of #4E481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E481E

Black with #4E481E

Text Example


Text Example

White with #4E481E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,72,30); }

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

background-color css

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

 a { background-color: rgb(78,72,30); }

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

border-color css

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

 span { border-color: rgb(78,72,30); }

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