Html Css Color HEX #4F491E Bronze Olive

📋 copy color: '#4F491E'

red 79 ◦ green 73 ◦ blue 30

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

Shades of Bronze Olive #4F491E

Tints of Bronze Olive #4F491E

RGB

 RED value IS 79 (31.25% from 255) = 43.41%

 GREEN value IS 73 (28.91% from 255) = 40.11%

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

R = 43.41%
G = 40.11%
B = 16.48%

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

#4F491E (or 0x4F491E) is known color: Bronze Olive. HEX triplet: 4F, 49 and 1E. RGB value is (79,73,30). Sum of RGB (Red+Green+Blue) = 79+73+30=182 (24% of max value = 765). Red value is 79 (31.25% from 255 or 43.41% from 182); Green value is 73 (28.91% from 255 or 40.11% from 182); Blue value is 30 (12.11% from 255 or 16.48% from 182); Max value from RGB is 79 - color contains mainly: red. Hex color #4F491E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F491E is #B0B6E1. Grayscale: #464646. Windows color (decimal): -11581154 or 1984847. OLE color: 1984847.

HSL color Cylindrical-coordinate representation of color #4F491E: hue angle of 52.65º degrees, saturation: 0.45, 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 #4F491E is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 73 30 -
CMYK 0 0.08 0.62 0.69
HSL 52.65º 0.45% 0.21% -
HSV(B) 52.65º 0.62% 0.31% -
XYZ 5.84 6.52 2.18 -
YUV 69.89 105.49 134.5 -
System Red Green Blue C M Y K H S L
Decimal 79 73 30 0 0.08 0.62 0.69 52.65 0.45 0.21
Hex 4F 49 1E 0 8 3E 45 35 2D 15
Octal 117 111 36 0 10 76 105 65 55 25
Binary 1001111 1001001 11110 0 1000 111110 1000101 110101 101101 10101

Color Harmonies of #4F491E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F491E

Black with #4F491E

Text Example


Text Example

White with #4F491E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,73,30); }

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

background-color css

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

 a { background-color: rgb(79,73,30); }

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

border-color css

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

 span { border-color: rgb(79,73,30); }

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