#4D481E

Color #4D481E Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #4D481E

Tints of Bronze Olive #4D481E

Color information

#4D481E (or 0x4D481E) is unknown color: approx Bronze Olive. HEX triplet: 4D, 48 and 1E. RGB value is (77,72,30). Sum of RGB (Red+Green+Blue) = 77+72+30=179 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.02% from 179); Green value is 72 (28.52% from 255 or 40.22% from 179); Blue value is 30 (12.11% from 255 or 16.76% from 179); Max value from RGB is 77 - color contains mainly: red. Hex color #4D481E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D481E is #B2B7E1. Grayscale: #444444. Windows color (decimal): -11712482 or 1984589. OLE color: 1984589.

HSL color Cylindrical-coordinate representation of color #4D481E: hue angle of 53.62º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4D481E is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.70.

Color convert

RGB777230-
CMYK00.060.610.70
HSL53.62º43.93%20.98%-
HSV(B)53.62º61.04%30.2%-
XYZ5.616.312.15-
YUV68.71106.16133.92-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 43.02%
GREEN value IS 72 (28.52% from 255) = 40.22%
BLUE value IS 30 (12.11% from 255) = 16.76%
R=43.02%
G=40.22%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.61
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77723000.060.610.7053.6243.9320.98
Hex4D481E063D46362c15
Octal115110360675106665425
Binary10011011001000111100110111101100011011011010110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D481E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D481E;
 }
 .AnyTagClassName
 {
   color: #4D481E;
 }
</style>
background-color css

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

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

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

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

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

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