Html Css Color HEX #5F4137 Very Dark Brown

📋 copy color: '#5F4137'

red 95 ◦ green 65 ◦ blue 55

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

Shades of Very Dark Brown #5F4137

Tints of Very Dark Brown #5F4137

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.23%

 BLUE value IS 55 (21.88% from 255) = 25.58%

R = 44.19%
G = 30.23%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.42

 K value IS 0.63

RGB Variations

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

Color information

#5F4137 (or 0x5F4137) is known color: Very Dark Brown. HEX triplet: 5F, 41 and 37. RGB value is (95,65,55). Sum of RGB (Red+Green+Blue) = 95+65+55=215 (28% of max value = 765). Red value is 95 (37.5% from 255 or 44.19% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 55 (21.88% from 255 or 25.58% from 215); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4137 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F4137 is #A0BEC8. Grayscale: #484848. Windows color (decimal): -10534601 or 3621215. OLE color: 3621215.

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

Color convert

RGB 95 65 55 -
CMYK 0 0.32 0.42 0.63
HSL 15º 0.27% 0.29% -
HSV(B) 15º 0.42% 0.37% -
XYZ 7.3 6.49 4.48 -
YUV 72.83 117.94 143.81 -
System Red Green Blue C M Y K H S L
Decimal 95 65 55 0 0.32 0.42 0.63 15 0.27 0.29
Hex 5F 41 37 0 20 2A 3F F 1B 1D
Octal 137 101 67 0 40 52 77 17 33 35
Binary 1011111 1000001 110111 0 100000 101010 111111 1111 11011 11101

Color Harmonies of #5F4137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4137

Black with #5F4137

Text Example


Text Example

White with #5F4137

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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