Html Css Color HEX #4F4818 Bronze Olive

📋 copy color: '#4F4818'

red 79 ◦ green 72 ◦ blue 24

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

Shades of Bronze Olive #4F4818

Tints of Bronze Olive #4F4818

RGB

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

 GREEN value IS 72 (28.52% from 255) = 41.14%

 BLUE value IS 24 (9.77% from 255) = 13.71%

R = 45.14%
G = 41.14%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.70

 K value IS 0.69

RGB Variations

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

Color information

#4F4818 (or 0x4F4818) is known color: Bronze Olive. HEX triplet: 4F, 48 and 18. RGB value is (79,72,24). Sum of RGB (Red+Green+Blue) = 79+72+24=175 (23% of max value = 765). Red value is 79 (31.25% from 255 or 45.14% from 175); Green value is 72 (28.52% from 255 or 41.14% from 175); Blue value is 24 (9.77% from 255 or 13.71% from 175); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4818 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4818 is #B0B7E7. Grayscale: #444444. Windows color (decimal): -11581416 or 1591375. OLE color: 1591375.

HSL color Cylindrical-coordinate representation of color #4F4818: hue angle of 52.36º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4F4818 is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 72 24 -
CMYK 0 0.09 0.70 0.69
HSL 52.36º 0.53% 0.2% -
HSV(B) 52.36º 0.7% 0.31% -
XYZ 5.71 6.36 1.79 -
YUV 68.62 102.82 135.4 -
System Red Green Blue C M Y K H S L
Decimal 79 72 24 0 0.09 0.70 0.69 52.36 0.53 0.2
Hex 4F 48 18 0 9 46 45 34 35 14
Octal 117 110 30 0 11 106 105 64 65 24
Binary 1001111 1001000 11000 0 1001 1000110 1000101 110100 110101 10100

Color Harmonies of #4F4818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4818

Black with #4F4818

Text Example


Text Example

White with #4F4818

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,72,24); }

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

background-color css

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

 a { background-color: rgb(79,72,24); }

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

border-color css

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

 span { border-color: rgb(79,72,24); }

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