Html Css Color HEX #4F490C Bronze Olive

📋 copy color: '#4F490C'

red 79 ◦ green 73 ◦ blue 12

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

Shades of Bronze Olive #4F490C

Tints of Bronze Olive #4F490C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.32%

R = 48.17%
G = 44.51%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.85

 K value IS 0.69

RGB Variations

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

Color information

#4F490C (or 0x4F490C) is known color: Bronze Olive. HEX triplet: 4F, 49 and 0C. RGB value is (79,73,12). Sum of RGB (Red+Green+Blue) = 79+73+12=164 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.17% from 164); Green value is 73 (28.91% from 255 or 44.51% from 164); Blue value is 12 (5.08% from 255 or 7.32% from 164); Max value from RGB is 79 - color contains mainly: red. Hex color #4F490C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F490C is #B0B6F3. Grayscale: #444444. Windows color (decimal): -11581172 or 805199. OLE color: 805199.

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

Color convert

RGB 79 73 12 -
CMYK 0 0.08 0.85 0.69
HSL 54.63º 0.74% 0.18% -
HSV(B) 54.63º 0.85% 0.31% -
XYZ 5.67 6.45 1.29 -
YUV 67.84 96.49 135.96 -
System Red Green Blue C M Y K H S L
Decimal 79 73 12 0 0.08 0.85 0.69 54.63 0.74 0.18
Hex 4F 49 C 0 8 55 45 37 4A 12
Octal 117 111 14 0 10 125 105 67 112 22
Binary 1001111 1001001 1100 0 1000 1010101 1000101 110111 1001010 10010

Color Harmonies of #4F490C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F490C

Black with #4F490C

Text Example


Text Example

White with #4F490C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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