Html Css Color HEX #5F501F Bronze Olive

📋 copy color: '#5F501F'

red 95 ◦ green 80 ◦ blue 31

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

Shades of Bronze Olive #5F501F

Tints of Bronze Olive #5F501F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.05%

R = 46.12%
G = 38.83%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.67

 K value IS 0.63

RGB Variations

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

Color information

#5F501F (or 0x5F501F) is known color: Bronze Olive. HEX triplet: 5F, 50 and 1F. RGB value is (95,80,31). Sum of RGB (Red+Green+Blue) = 95+80+31=206 (27% of max value = 765). Red value is 95 (37.5% from 255 or 46.12% from 206); Green value is 80 (31.64% from 255 or 38.83% from 206); Blue value is 31 (12.5% from 255 or 15.05% from 206); Max value from RGB is 95 - color contains mainly: red. Hex color #5F501F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F501F is #A0AFE0. Grayscale: #4F4F4F. Windows color (decimal): -10530785 or 2052191. OLE color: 2052191.

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

Color convert

RGB 95 80 31 -
CMYK 0 0.16 0.67 0.63
HSL 45.94º 0.51% 0.25% -
HSV(B) 45.94º 0.67% 0.37% -
XYZ 7.84 8.27 2.48 -
YUV 78.9 100.97 139.48 -
System Red Green Blue C M Y K H S L
Decimal 95 80 31 0 0.16 0.67 0.63 45.94 0.51 0.25
Hex 5F 50 1F 0 10 43 3F 2E 33 19
Octal 137 120 37 0 20 103 77 56 63 31
Binary 1011111 1010000 11111 0 10000 1000011 111111 101110 110011 11001

Color Harmonies of #5F501F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F501F

Black with #5F501F

Text Example


Text Example

White with #5F501F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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