Html Css Color HEX #5F4341 Woody Brown

📋 copy color: '#5F4341'

red 95 ◦ green 67 ◦ blue 65

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

Shades of Woody Brown #5F4341

Tints of Woody Brown #5F4341

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.52%

 BLUE value IS 65 (25.78% from 255) = 28.63%

R = 41.85%
G = 29.52%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.63

RGB Variations

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

Color information

#5F4341 (or 0x5F4341) is known color: Woody Brown. HEX triplet: 5F, 43 and 41. RGB value is (95,67,65). Sum of RGB (Red+Green+Blue) = 95+67+65=227 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.85% from 227); Green value is 67 (26.56% from 255 or 29.52% from 227); Blue value is 65 (25.78% from 255 or 28.63% from 227); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F4341 is #A0BCBE. Grayscale: #4B4B4B. Windows color (decimal): -10534079 or 4277087. OLE color: 4277087.

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

Color convert

RGB 95 67 65 -
CMYK 0 0.29 0.32 0.63
HSL 0.19% 0.31% -
HSV(B) 0.32% 0.37% -
XYZ 7.68 6.83 5.91 -
YUV 75.14 122.28 142.16 -
System Red Green Blue C M Y K H S L
Decimal 95 67 65 0 0.29 0.32 0.63 4 0.19 0.31
Hex 5F 43 41 0 1D 20 3F 4 13 1F
Octal 137 103 101 0 35 40 77 4 23 37
Binary 1011111 1000011 1000001 0 11101 100000 111111 100 10011 11111

Color Harmonies of #5F4341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4341

Black with #5F4341

Text Example


Text Example

White with #5F4341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,67,65); }

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

background-color css

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

 a { background-color: rgb(95,67,65); }

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

border-color css

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

 span { border-color: rgb(95,67,65); }

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