Html Css Color HEX #4E4A1C Bronze Olive

📋 copy color: '#4E4A1C'

red 78 ◦ green 74 ◦ blue 28

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

Shades of Bronze Olive #4E4A1C

Tints of Bronze Olive #4E4A1C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 41.11%

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

R = 43.33%
G = 41.11%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.64

 K value IS 0.69

RGB Variations

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

Color information

#4E4A1C (or 0x4E4A1C) is known color: Bronze Olive. HEX triplet: 4E, 4A and 1C. RGB value is (78,74,28). Sum of RGB (Red+Green+Blue) = 78+74+28=180 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.33% from 180); Green value is 74 (29.30% from 255 or 41.11% from 180); Blue value is 28 (11.33% from 255 or 15.56% from 180); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4A1C is #B1B5E3. Grayscale: #464646. Windows color (decimal): -11646436 or 1854030. OLE color: 1854030.

HSL color Cylindrical-coordinate representation of color #4E4A1C: hue angle of 55.2º 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 #4E4A1C is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 74 28 -
CMYK 0 0.05 0.64 0.69
HSL 55.2º 0.47% 0.21% -
HSV(B) 55.2º 0.64% 0.31% -
XYZ 5.8 6.6 2.07 -
YUV 69.95 104.33 133.74 -
System Red Green Blue C M Y K H S L
Decimal 78 74 28 0 0.05 0.64 0.69 55.2 0.47 0.21
Hex 4E 4A 1C 0 5 40 45 37 2F 15
Octal 116 112 34 0 5 100 105 67 57 25
Binary 1001110 1001010 11100 0 101 1000000 1000101 110111 101111 10101

Color Harmonies of #4E4A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4A1C

Black with #4E4A1C

Text Example


Text Example

White with #4E4A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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