Html Css Color HEX #4F4620 Bronze Olive

📋 copy color: '#4F4620'

red 79 ◦ green 70 ◦ blue 32

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

Shades of Bronze Olive #4F4620

Tints of Bronze Olive #4F4620

RGB

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

 GREEN value IS 70 (27.73% from 255) = 38.67%

 BLUE value IS 32 (12.89% from 255) = 17.68%

R = 43.65%
G = 38.67%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.59

 K value IS 0.69

RGB Variations

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

Color information

#4F4620 (or 0x4F4620) is known color: Bronze Olive. HEX triplet: 4F, 46 and 20. RGB value is (79,70,32). Sum of RGB (Red+Green+Blue) = 79+70+32=181 (23% of max value = 765). Red value is 79 (31.25% from 255 or 43.65% from 181); Green value is 70 (27.73% from 255 or 38.67% from 181); Blue value is 32 (12.89% from 255 or 17.68% from 181); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4620 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4620 is #B0B9DF. Grayscale: #444444. Windows color (decimal): -11581920 or 2115151. OLE color: 2115151.

HSL color Cylindrical-coordinate representation of color #4F4620: hue angle of 48.51º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4F4620 is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 70 32 -
CMYK 0 0.11 0.59 0.69
HSL 48.51º 0.42% 0.22% -
HSV(B) 48.51º 0.59% 0.31% -
XYZ 5.68 6.15 2.25 -
YUV 68.36 107.48 135.59 -
System Red Green Blue C M Y K H S L
Decimal 79 70 32 0 0.11 0.59 0.69 48.51 0.42 0.22
Hex 4F 46 20 0 B 3B 45 31 2A 16
Octal 117 106 40 0 13 73 105 61 52 26
Binary 1001111 1000110 100000 0 1011 111011 1000101 110001 101010 10110

Color Harmonies of #4F4620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4620

Black with #4F4620

Text Example


Text Example

White with #4F4620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,70,32); }

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

background-color css

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

 a { background-color: rgb(79,70,32); }

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

border-color css

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

 span { border-color: rgb(79,70,32); }

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