Html Css Color HEX #5F4E35 Metallic Bronze

📋 copy color: '#5F4E35'

red 95 ◦ green 78 ◦ blue 53

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

Shades of Metallic Bronze #5F4E35

Tints of Metallic Bronze #5F4E35

RGB

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

 GREEN value IS 78 (30.86% from 255) = 34.51%

 BLUE value IS 53 (21.09% from 255) = 23.45%

R = 42.04%
G = 34.51%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.44

 K value IS 0.63

RGB Variations

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

Color information

#5F4E35 (or 0x5F4E35) is known color: Metallic Bronze. HEX triplet: 5F, 4E and 35. RGB value is (95,78,53). Sum of RGB (Red+Green+Blue) = 95+78+53=226 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.04% from 226); Green value is 78 (30.86% from 255 or 34.51% from 226); Blue value is 53 (21.09% from 255 or 23.45% from 226); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4E35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F4E35 is #A0B1CA. Grayscale: #505050. Windows color (decimal): -10531275 or 3493471. OLE color: 3493471.

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

Color convert

RGB 95 78 53 -
CMYK 0 0.18 0.44 0.63
HSL 35.71º 0.28% 0.29% -
HSV(B) 35.71º 0.44% 0.37% -
XYZ 8.09 8.14 4.51 -
YUV 80.23 112.63 138.53 -
System Red Green Blue C M Y K H S L
Decimal 95 78 53 0 0.18 0.44 0.63 35.71 0.28 0.29
Hex 5F 4E 35 0 12 2C 3F 24 1C 1D
Octal 137 116 65 0 22 54 77 44 34 35
Binary 1011111 1001110 110101 0 10010 101100 111111 100100 11100 11101

Color Harmonies of #5F4E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4E35

Black with #5F4E35

Text Example


Text Example

White with #5F4E35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,78,53); }

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

background-color css

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

 a { background-color: rgb(95,78,53); }

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

border-color css

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

 span { border-color: rgb(95,78,53); }

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