Html Css Color HEX #4F4A0F Bronze Olive

📋 copy color: '#4F4A0F'

red 79 ◦ green 74 ◦ blue 15

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

Shades of Bronze Olive #4F4A0F

Tints of Bronze Olive #4F4A0F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 44.05%

 BLUE value IS 15 (6.25% from 255) = 8.93%

R = 47.02%
G = 44.05%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.81

 K value IS 0.69

RGB Variations

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

Color information

#4F4A0F (or 0x4F4A0F) is known color: Bronze Olive. HEX triplet: 4F, 4A and 0F. RGB value is (79,74,15). Sum of RGB (Red+Green+Blue) = 79+74+15=168 (22% of max value = 765). Red value is 79 (31.25% from 255 or 47.02% from 168); Green value is 74 (29.30% from 255 or 44.05% from 168); Blue value is 15 (6.25% from 255 or 8.93% from 168); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4A0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4A0F is #B0B5F0. Grayscale: #454545. Windows color (decimal): -11580913 or 1002063. OLE color: 1002063.

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

Color convert

RGB 79 74 15 -
CMYK 0 0.06 0.81 0.69
HSL 55.31º 0.68% 0.18% -
HSV(B) 55.31º 0.81% 0.31% -
XYZ 5.76 6.59 1.42 -
YUV 68.77 97.66 135.3 -
System Red Green Blue C M Y K H S L
Decimal 79 74 15 0 0.06 0.81 0.69 55.31 0.68 0.18
Hex 4F 4A F 0 6 51 45 37 44 12
Octal 117 112 17 0 6 121 105 67 104 22
Binary 1001111 1001010 1111 0 110 1010001 1000101 110111 1000100 10010

Color Harmonies of #4F4A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4A0F

Black with #4F4A0F

Text Example


Text Example

White with #4F4A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,74,15); }

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

background-color css

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

 a { background-color: rgb(79,74,15); }

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

border-color css

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

 span { border-color: rgb(79,74,15); }

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