Html Css Color HEX #4F4B18 Bronze Olive

📋 copy color: '#4F4B18'

red 79 ◦ green 75 ◦ blue 24

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

Shades of Bronze Olive #4F4B18

Tints of Bronze Olive #4F4B18

RGB

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

 GREEN value IS 75 (29.69% from 255) = 42.13%

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

R = 44.38%
G = 42.13%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.70

 K value IS 0.69

RGB Variations

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

Color information

#4F4B18 (or 0x4F4B18) is known color: Bronze Olive. HEX triplet: 4F, 4B and 18. RGB value is (79,75,24). Sum of RGB (Red+Green+Blue) = 79+75+24=178 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.38% from 178); Green value is 75 (29.69% from 255 or 42.13% from 178); Blue value is 24 (9.77% from 255 or 13.48% from 178); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4B18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4B18 is #B0B4E7. Grayscale: #464646. Windows color (decimal): -11580648 or 1592143. OLE color: 1592143.

HSL color Cylindrical-coordinate representation of color #4F4B18: hue angle of 55.64º 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 #4F4B18 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 75 24 -
CMYK 0 0.05 0.70 0.69
HSL 55.64º 0.53% 0.2% -
HSV(B) 55.64º 0.7% 0.31% -
XYZ 5.91 6.76 1.86 -
YUV 70.38 101.83 134.15 -
System Red Green Blue C M Y K H S L
Decimal 79 75 24 0 0.05 0.70 0.69 55.64 0.53 0.2
Hex 4F 4B 18 0 5 46 45 38 35 14
Octal 117 113 30 0 5 106 105 70 65 24
Binary 1001111 1001011 11000 0 101 1000110 1000101 111000 110101 10100

Color Harmonies of #4F4B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4B18

Black with #4F4B18

Text Example


Text Example

White with #4F4B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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