Html Css Color HEX #4F490B Bronze Olive

📋 copy color: '#4F490B'

red 79 ◦ green 73 ◦ blue 11

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

Shades of Bronze Olive #4F490B

Tints of Bronze Olive #4F490B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.75%

R = 48.47%
G = 44.79%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.86

 K value IS 0.69

RGB Variations

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

Color information

#4F490B (or 0x4F490B) is known color: Bronze Olive. HEX triplet: 4F, 49 and 0B. RGB value is (79,73,11). Sum of RGB (Red+Green+Blue) = 79+73+11=163 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.47% from 163); Green value is 73 (28.91% from 255 or 44.79% from 163); Blue value is 11 (4.69% from 255 or 6.75% from 163); Max value from RGB is 79 - color contains mainly: red. Hex color #4F490B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F490B is #B0B6F4. Grayscale: #434343. Windows color (decimal): -11581173 or 739663. OLE color: 739663.

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

Color convert

RGB 79 73 11 -
CMYK 0 0.08 0.86 0.69
HSL 54.71º 0.76% 0.18% -
HSV(B) 54.71º 0.86% 0.31% -
XYZ 5.67 6.45 1.26 -
YUV 67.73 95.99 136.04 -
System Red Green Blue C M Y K H S L
Decimal 79 73 11 0 0.08 0.86 0.69 54.71 0.76 0.18
Hex 4F 49 B 0 8 56 45 37 4C 12
Octal 117 111 13 0 10 126 105 67 114 22
Binary 1001111 1001001 1011 0 1000 1010110 1000101 110111 1001100 10010

Color Harmonies of #4F490B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F490B

Black with #4F490B

Text Example


Text Example

White with #4F490B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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