Html Css Color HEX #5F4D18 Bronze Olive

📋 copy color: '#5F4D18'

red 95 ◦ green 77 ◦ blue 24

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

Shades of Bronze Olive #5F4D18

Tints of Bronze Olive #5F4D18

RGB

 RED value IS 95 (37.5% from 255) = 48.47%

 GREEN value IS 77 (30.47% from 255) = 39.29%

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

R = 48.47%
G = 39.29%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.75

 K value IS 0.63

RGB Variations

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

Color information

#5F4D18 (or 0x5F4D18) is known color: Bronze Olive. HEX triplet: 5F, 4D and 18. RGB value is (95,77,24). Sum of RGB (Red+Green+Blue) = 95+77+24=196 (25% of max value = 765). Red value is 95 (37.5% from 255 or 48.47% from 196); Green value is 77 (30.47% from 255 or 39.29% from 196); Blue value is 24 (9.77% from 255 or 12.24% from 196); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4D18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F4D18 is #A0B2E7. Grayscale: #4C4C4C. Windows color (decimal): -10531560 or 1592671. OLE color: 1592671.

HSL color Cylindrical-coordinate representation of color #5F4D18: hue angle of 44.79º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5F4D18 is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 77 24 -
CMYK 0 0.19 0.75 0.63
HSL 44.79º 0.6% 0.23% -
HSV(B) 44.79º 0.75% 0.37% -
XYZ 7.54 7.81 1.97 -
YUV 76.34 98.46 141.31 -
System Red Green Blue C M Y K H S L
Decimal 95 77 24 0 0.19 0.75 0.63 44.79 0.6 0.23
Hex 5F 4D 18 0 13 4B 3F 2D 3C 17
Octal 137 115 30 0 23 113 77 55 74 27
Binary 1011111 1001101 11000 0 10011 1001011 111111 101101 111100 10111

Color Harmonies of #5F4D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4D18

Black with #5F4D18

Text Example


Text Example

White with #5F4D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F4D18; }

 p { color: rgb(95,77,24); }

 H1.HeaderClassName
 {
   color: #5F4D18;
 }
 .AnyTagClassName
 {
   color: #5F4D18;
 }
</style>

background-color css

<style>
 a { background-color: #5F4D18; }

 a { background-color: rgb(95,77,24); }

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

border-color css

<style>
 span { border-color: #5F4D18; }

 span { border-color: rgb(95,77,24); }

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