Html Css Color HEX #4F491C Bronze Olive

📋 copy color: '#4F491C'

red 79 ◦ green 73 ◦ blue 28

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

Shades of Bronze Olive #4F491C

Tints of Bronze Olive #4F491C

RGB

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

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

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

R = 43.89%
G = 40.56%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.65

 K value IS 0.69

RGB Variations

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

Color information

#4F491C (or 0x4F491C) is known color: Bronze Olive. HEX triplet: 4F, 49 and 1C. RGB value is (79,73,28). Sum of RGB (Red+Green+Blue) = 79+73+28=180 (23% of max value = 765). Red value is 79 (31.25% from 255 or 43.89% from 180); Green value is 73 (28.91% from 255 or 40.56% from 180); Blue value is 28 (11.33% from 255 or 15.56% from 180); Max value from RGB is 79 - color contains mainly: red. Hex color #4F491C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F491C is #B0B6E3. Grayscale: #454545. Windows color (decimal): -11581156 or 1853775. OLE color: 1853775.

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

Color convert

RGB 79 73 28 -
CMYK 0 0.08 0.65 0.69
HSL 52.94º 0.48% 0.21% -
HSV(B) 52.94º 0.65% 0.31% -
XYZ 5.82 6.51 2.05 -
YUV 69.66 104.49 134.66 -
System Red Green Blue C M Y K H S L
Decimal 79 73 28 0 0.08 0.65 0.69 52.94 0.48 0.21
Hex 4F 49 1C 0 8 41 45 35 30 15
Octal 117 111 34 0 10 101 105 65 60 25
Binary 1001111 1001001 11100 0 1000 1000001 1000101 110101 110000 10101

Color Harmonies of #4F491C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F491C

Black with #4F491C

Text Example


Text Example

White with #4F491C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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