Html Css Color HEX #5F4F39 Metallic Bronze

📋 copy color: '#5F4F39'

red 95 ◦ green 79 ◦ blue 57

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

Shades of Metallic Bronze #5F4F39

Tints of Metallic Bronze #5F4F39

RGB

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

 GREEN value IS 79 (31.25% from 255) = 34.2%

 BLUE value IS 57 (22.66% from 255) = 24.68%

R = 41.13%
G = 34.2%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.40

 K value IS 0.63

RGB Variations

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

Color information

#5F4F39 (or 0x5F4F39) is known color: Metallic Bronze. HEX triplet: 5F, 4F and 39. RGB value is (95,79,57). Sum of RGB (Red+Green+Blue) = 95+79+57=231 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.13% from 231); Green value is 79 (31.25% from 255 or 34.20% from 231); Blue value is 57 (22.66% from 255 or 24.68% from 231); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4F39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F4F39 is #A0B0C6. Grayscale: #515151. Windows color (decimal): -10531015 or 3755871. OLE color: 3755871.

HSL color Cylindrical-coordinate representation of color #5F4F39: hue angle of 34.74º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5F4F39 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 79 57 -
CMYK 0 0.17 0.40 0.63
HSL 34.74º 0.25% 0.3% -
HSV(B) 34.74º 0.4% 0.37% -
XYZ 8.25 8.32 5.04 -
YUV 81.28 114.3 137.79 -
System Red Green Blue C M Y K H S L
Decimal 95 79 57 0 0.17 0.40 0.63 34.74 0.25 0.3
Hex 5F 4F 39 0 11 28 3F 23 19 1E
Octal 137 117 71 0 21 50 77 43 31 36
Binary 1011111 1001111 111001 0 10001 101000 111111 100011 11001 11110

Color Harmonies of #5F4F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4F39

Black with #5F4F39

Text Example


Text Example

White with #5F4F39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,79,57); }

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

background-color css

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

 a { background-color: rgb(95,79,57); }

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

border-color css

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

 span { border-color: rgb(95,79,57); }

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