Html Css Color HEX #4F4622 Bronze Olive

📋 copy color: '#4F4622'

red 79 ◦ green 70 ◦ blue 34

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

Shades of Bronze Olive #4F4622

Tints of Bronze Olive #4F4622

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 18.58%

R = 43.17%
G = 38.25%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.57

 K value IS 0.69

RGB Variations

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

Color information

#4F4622 (or 0x4F4622) is known color: Bronze Olive. HEX triplet: 4F, 46 and 22. RGB value is (79,70,34). Sum of RGB (Red+Green+Blue) = 79+70+34=183 (24% of max value = 765). Red value is 79 (31.25% from 255 or 43.17% from 183); Green value is 70 (27.73% from 255 or 38.25% from 183); Blue value is 34 (13.67% from 255 or 18.58% from 183); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4622 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4622 is #B0B9DD. Grayscale: #444444. Windows color (decimal): -11581918 or 2246223. OLE color: 2246223.

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

Color convert

RGB 79 70 34 -
CMYK 0 0.11 0.57 0.69
HSL 48º 0.4% 0.22% -
HSV(B) 48º 0.57% 0.31% -
XYZ 5.7 6.16 2.4 -
YUV 68.59 108.48 135.43 -
System Red Green Blue C M Y K H S L
Decimal 79 70 34 0 0.11 0.57 0.69 48 0.4 0.22
Hex 4F 46 22 0 B 39 45 30 28 16
Octal 117 106 42 0 13 71 105 60 50 26
Binary 1001111 1000110 100010 0 1011 111001 1000101 110000 101000 10110

Color Harmonies of #4F4622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4622

Black with #4F4622

Text Example


Text Example

White with #4F4622

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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