Html Css Color HEX #5F4F36 Metallic Bronze

📋 copy color: '#5F4F36'

red 95 ◦ green 79 ◦ blue 54

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

Shades of Metallic Bronze #5F4F36

Tints of Metallic Bronze #5F4F36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 23.68%

R = 41.67%
G = 34.65%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.43

 K value IS 0.63

RGB Variations

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

Color information

#5F4F36 (or 0x5F4F36) is known color: Metallic Bronze. HEX triplet: 5F, 4F and 36. RGB value is (95,79,54). Sum of RGB (Red+Green+Blue) = 95+79+54=228 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.67% from 228); Green value is 79 (31.25% from 255 or 34.65% from 228); Blue value is 54 (21.48% from 255 or 23.68% from 228); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4F36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F4F36 is #A0B0C9. Grayscale: #515151. Windows color (decimal): -10531018 or 3559263. OLE color: 3559263.

HSL color Cylindrical-coordinate representation of color #5F4F36: hue angle of 36.59º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5F4F36 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 79 54 -
CMYK 0 0.17 0.43 0.63
HSL 36.59º 0.28% 0.29% -
HSV(B) 36.59º 0.43% 0.37% -
XYZ 8.18 8.29 4.66 -
YUV 80.93 112.8 138.03 -
System Red Green Blue C M Y K H S L
Decimal 95 79 54 0 0.17 0.43 0.63 36.59 0.28 0.29
Hex 5F 4F 36 0 11 2B 3F 25 1C 1D
Octal 137 117 66 0 21 53 77 45 34 35
Binary 1011111 1001111 110110 0 10001 101011 111111 100101 11100 11101

Color Harmonies of #5F4F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4F36

Black with #5F4F36

Text Example


Text Example

White with #5F4F36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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