Html Css Color HEX #5F5025 Bronze Olive

📋 copy color: '#5F5025'

red 95 ◦ green 80 ◦ blue 37

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

Shades of Bronze Olive #5F5025

Tints of Bronze Olive #5F5025

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 17.45%

R = 44.81%
G = 37.74%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.61

 K value IS 0.63

RGB Variations

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

Color information

#5F5025 (or 0x5F5025) is known color: Bronze Olive. HEX triplet: 5F, 50 and 25. RGB value is (95,80,37). Sum of RGB (Red+Green+Blue) = 95+80+37=212 (28% of max value = 765). Red value is 95 (37.5% from 255 or 44.81% from 212); Green value is 80 (31.64% from 255 or 37.74% from 212); Blue value is 37 (14.84% from 255 or 17.45% from 212); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5025 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F5025 is #A0AFDA. Grayscale: #4F4F4F. Windows color (decimal): -10530779 or 2445407. OLE color: 2445407.

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

Color convert

RGB 95 80 37 -
CMYK 0 0.16 0.61 0.63
HSL 44.48º 0.44% 0.26% -
HSV(B) 44.48º 0.61% 0.37% -
XYZ 7.92 8.3 2.94 -
YUV 79.58 103.97 139 -
System Red Green Blue C M Y K H S L
Decimal 95 80 37 0 0.16 0.61 0.63 44.48 0.44 0.26
Hex 5F 50 25 0 10 3D 3F 2C 2C 1A
Octal 137 120 45 0 20 75 77 54 54 32
Binary 1011111 1010000 100101 0 10000 111101 111111 101100 101100 11010

Color Harmonies of #5F5025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5025

Black with #5F5025

Text Example


Text Example

White with #5F5025

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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