#5D461F

Color #5D461F Dark Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Brown #5D461F

Tints of Dark Brown #5D461F

Color information

#5D461F (or 0x5D461F) is unknown color: approx Dark Brown. HEX triplet: 5D, 46 and 1F. RGB value is (93,70,31). Sum of RGB (Red+Green+Blue) = 93+70+31=194 (25% of max value = 765). Red value is 93 (36.72% from 255 or 47.94% from 194); Green value is 70 (27.73% from 255 or 36.08% from 194); Blue value is 31 (12.5% from 255 or 15.98% from 194); Max value from RGB is 93 - color contains mainly: red. Hex color #5D461F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D461F is #A2B9E0. Grayscale: #484848. Windows color (decimal): -10664417 or 2049629. OLE color: 2049629.

HSL color Cylindrical-coordinate representation of color #5D461F: hue angle of 37.74º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5D461F is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.64.

Color convert

RGB937031-
CMYK00.250.670.64
HSL37.74º50%24.31%-
HSV(B)37.74º66.67%36.47%-
XYZ6.956.812.24-
YUV72.43104.62142.67-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 47.94%
GREEN value IS 70 (27.73% from 255) = 36.08%
BLUE value IS 31 (12.5% from 255) = 15.98%
R=47.94%
G=36.08%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.67
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93703100.250.670.6437.745024.31
Hex5D461F0194340263218
Octal13510637031103100466230
Binary10111011000110111110110011000011100000010011011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D461F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,70,31); }

 H1.HeaderClassName
 {
   color: #5D461F;
 }
 .AnyTagClassName
 {
   color: #5D461F;
 }
</style>
background-color css

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

 a { background-color: rgb(93,70,31); }

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

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

 span { border-color: rgb(93,70,31); }

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