Html Css Color HEX #5F5017 Bronze Olive

📋 copy color: '#5F5017'

red 95 ◦ green 80 ◦ blue 23

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

Shades of Bronze Olive #5F5017

Tints of Bronze Olive #5F5017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 11.62%

R = 47.98%
G = 40.4%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.76

 K value IS 0.63

RGB Variations

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

Color information

#5F5017 (or 0x5F5017) is known color: Bronze Olive. HEX triplet: 5F, 50 and 17. RGB value is (95,80,23). Sum of RGB (Red+Green+Blue) = 95+80+23=198 (26% of max value = 765). Red value is 95 (37.5% from 255 or 47.98% from 198); Green value is 80 (31.64% from 255 or 40.40% from 198); Blue value is 23 (9.38% from 255 or 11.62% from 198); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5017 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F5017 is #A0AFE8. Grayscale: #4E4E4E. Windows color (decimal): -10530793 or 1527903. OLE color: 1527903.

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

Color convert

RGB 95 80 23 -
CMYK 0 0.16 0.76 0.63
HSL 47.5º 0.61% 0.23% -
HSV(B) 47.5º 0.76% 0.37% -
XYZ 7.74 8.23 1.99 -
YUV 77.99 96.97 140.13 -
System Red Green Blue C M Y K H S L
Decimal 95 80 23 0 0.16 0.76 0.63 47.5 0.61 0.23
Hex 5F 50 17 0 10 4C 3F 30 3D 17
Octal 137 120 27 0 20 114 77 60 75 27
Binary 1011111 1010000 10111 0 10000 1001100 111111 110000 111101 10111

Color Harmonies of #5F5017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5017

Black with #5F5017

Text Example


Text Example

White with #5F5017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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