Html Css Color HEX #4E481A Bronze Olive

📋 copy color: '#4E481A'

red 78 ◦ green 72 ◦ blue 26

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

Shades of Bronze Olive #4E481A

Tints of Bronze Olive #4E481A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.77%

R = 44.32%
G = 40.91%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#4E481A (or 0x4E481A) is known color: Bronze Olive. HEX triplet: 4E, 48 and 1A. RGB value is (78,72,26). Sum of RGB (Red+Green+Blue) = 78+72+26=176 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.32% from 176); Green value is 72 (28.52% from 255 or 40.91% from 176); Blue value is 26 (10.55% from 255 or 14.77% from 176); Max value from RGB is 78 - color contains mainly: red. Hex color #4E481A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E481A is #B1B7E5. Grayscale: #444444. Windows color (decimal): -11646950 or 1722446. OLE color: 1722446.

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

Color convert

RGB 78 72 26 -
CMYK 0 0.08 0.67 0.69
HSL 53.08º 0.5% 0.2% -
HSV(B) 53.08º 0.67% 0.31% -
XYZ 5.65 6.33 1.9 -
YUV 68.55 103.99 134.74 -
System Red Green Blue C M Y K H S L
Decimal 78 72 26 0 0.08 0.67 0.69 53.08 0.5 0.2
Hex 4E 48 1A 0 8 43 45 35 32 14
Octal 116 110 32 0 10 103 105 65 62 24
Binary 1001110 1001000 11010 0 1000 1000011 1000101 110101 110010 10100

Color Harmonies of #4E481A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E481A

Black with #4E481A

Text Example


Text Example

White with #4E481A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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