Html Css Color HEX #4E481C Bronze Olive

📋 copy color: '#4E481C'

red 78 ◦ green 72 ◦ blue 28

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

Shades of Bronze Olive #4E481C

Tints of Bronze Olive #4E481C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.73%

R = 43.82%
G = 40.45%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.64

 K value IS 0.69

RGB Variations

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

Color information

#4E481C (or 0x4E481C) is known color: Bronze Olive. HEX triplet: 4E, 48 and 1C. RGB value is (78,72,28). Sum of RGB (Red+Green+Blue) = 78+72+28=178 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.82% from 178); Green value is 72 (28.52% from 255 or 40.45% from 178); Blue value is 28 (11.33% from 255 or 15.73% from 178); Max value from RGB is 78 - color contains mainly: red. Hex color #4E481C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E481C is #B1B7E3. Grayscale: #444444. Windows color (decimal): -11646948 or 1853518. OLE color: 1853518.

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

Color convert

RGB 78 72 28 -
CMYK 0 0.08 0.64 0.69
HSL 52.8º 0.47% 0.21% -
HSV(B) 52.8º 0.64% 0.31% -
XYZ 5.67 6.34 2.02 -
YUV 68.78 104.99 134.58 -
System Red Green Blue C M Y K H S L
Decimal 78 72 28 0 0.08 0.64 0.69 52.8 0.47 0.21
Hex 4E 48 1C 0 8 40 45 35 2F 15
Octal 116 110 34 0 10 100 105 65 57 25
Binary 1001110 1001000 11100 0 1000 1000000 1000101 110101 101111 10101

Color Harmonies of #4E481C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E481C

Black with #4E481C

Text Example


Text Example

White with #4E481C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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