Html Css Color HEX #5F5018 Bronze Olive

📋 copy color: '#5F5018'

red 95 ◦ green 80 ◦ blue 24

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

Shades of Bronze Olive #5F5018

Tints of Bronze Olive #5F5018

RGB

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

 GREEN value IS 80 (31.64% from 255) = 40.2%

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

R = 47.74%
G = 40.2%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.75

 K value IS 0.63

RGB Variations

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

Color information

#5F5018 (or 0x5F5018) is known color: Bronze Olive. HEX triplet: 5F, 50 and 18. RGB value is (95,80,24). Sum of RGB (Red+Green+Blue) = 95+80+24=199 (26% of max value = 765). Red value is 95 (37.5% from 255 or 47.74% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 24 (9.77% from 255 or 12.06% from 199); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5018 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F5018 is #A0AFE7. Grayscale: #4E4E4E. Windows color (decimal): -10530792 or 1593439. OLE color: 1593439.

HSL color Cylindrical-coordinate representation of color #5F5018: hue angle of 47.32º 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 #5F5018 is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 80 24 -
CMYK 0 0.16 0.75 0.63
HSL 47.32º 0.6% 0.23% -
HSV(B) 47.32º 0.75% 0.37% -
XYZ 7.75 8.24 2.05 -
YUV 78.1 97.47 140.05 -
System Red Green Blue C M Y K H S L
Decimal 95 80 24 0 0.16 0.75 0.63 47.32 0.6 0.23
Hex 5F 50 18 0 10 4B 3F 2F 3C 17
Octal 137 120 30 0 20 113 77 57 74 27
Binary 1011111 1010000 11000 0 10000 1001011 111111 101111 111100 10111

Color Harmonies of #5F5018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5018

Black with #5F5018

Text Example


Text Example

White with #5F5018

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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