Html Css Color HEX #4F491A Bronze Olive

📋 copy color: '#4F491A'

red 79 ◦ green 73 ◦ blue 26

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

Shades of Bronze Olive #4F491A

Tints of Bronze Olive #4F491A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.61%

R = 44.38%
G = 41.01%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#4F491A (or 0x4F491A) is known color: Bronze Olive. HEX triplet: 4F, 49 and 1A. RGB value is (79,73,26). Sum of RGB (Red+Green+Blue) = 79+73+26=178 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.38% from 178); Green value is 73 (28.91% from 255 or 41.01% from 178); Blue value is 26 (10.55% from 255 or 14.61% from 178); Max value from RGB is 79 - color contains mainly: red. Hex color #4F491A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F491A is #B0B6E5. Grayscale: #454545. Windows color (decimal): -11581158 or 1722703. OLE color: 1722703.

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

Color convert

RGB 79 73 26 -
CMYK 0 0.08 0.67 0.69
HSL 53.21º 0.5% 0.21% -
HSV(B) 53.21º 0.67% 0.31% -
XYZ 5.79 6.5 1.93 -
YUV 69.44 103.49 134.82 -
System Red Green Blue C M Y K H S L
Decimal 79 73 26 0 0.08 0.67 0.69 53.21 0.5 0.21
Hex 4F 49 1A 0 8 43 45 35 32 15
Octal 117 111 32 0 10 103 105 65 62 25
Binary 1001111 1001001 11010 0 1000 1000011 1000101 110101 110010 10101

Color Harmonies of #4F491A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F491A

Black with #4F491A

Text Example


Text Example

White with #4F491A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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