Html Css Color HEX #5F461E Dark Brown

📋 copy color: '#5F461E'

red 95 ◦ green 70 ◦ blue 30

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

Shades of Dark Brown #5F461E

Tints of Dark Brown #5F461E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35.9%

 BLUE value IS 30 (12.11% from 255) = 15.38%

R = 48.72%
G = 35.9%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.68

 K value IS 0.63

RGB Variations

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

Color information

#5F461E (or 0x5F461E) is known color: Dark Brown. HEX triplet: 5F, 46 and 1E. RGB value is (95,70,30). Sum of RGB (Red+Green+Blue) = 95+70+30=195 (25% of max value = 765). Red value is 95 (37.5% from 255 or 48.72% from 195); Green value is 70 (27.73% from 255 or 35.90% from 195); Blue value is 30 (12.11% from 255 or 15.38% from 195); Max value from RGB is 95 - color contains mainly: red. Hex color #5F461E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F461E is #A0B9E1. Grayscale: #494949. Windows color (decimal): -10533346 or 1984095. OLE color: 1984095.

HSL color Cylindrical-coordinate representation of color #5F461E: hue angle of 36.92º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5F461E is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 70 30 -
CMYK 0 0.26 0.68 0.63
HSL 36.92º 0.52% 0.25% -
HSV(B) 36.92º 0.68% 0.37% -
XYZ 7.14 6.91 2.18 -
YUV 72.92 103.78 143.75 -
System Red Green Blue C M Y K H S L
Decimal 95 70 30 0 0.26 0.68 0.63 36.92 0.52 0.25
Hex 5F 46 1E 0 1A 44 3F 25 34 19
Octal 137 106 36 0 32 104 77 45 64 31
Binary 1011111 1000110 11110 0 11010 1000100 111111 100101 110100 11001

Color Harmonies of #5F461E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F461E

Black with #5F461E

Text Example


Text Example

White with #5F461E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,70,30); }

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

background-color css

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

 a { background-color: rgb(95,70,30); }

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

border-color css

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

 span { border-color: rgb(95,70,30); }

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