#5D451F

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

Shades of Dark Brown #5D451F

Tints of Dark Brown #5D451F

Color information

#5D451F (or 0x5D451F) is unknown color: approx Dark Brown. HEX triplet: 5D, 45 and 1F. RGB value is (93,69,31). Sum of RGB (Red+Green+Blue) = 93+69+31=193 (25% of max value = 765). Red value is 93 (36.72% from 255 or 48.19% from 193); Green value is 69 (27.34% from 255 or 35.75% from 193); Blue value is 31 (12.5% from 255 or 16.06% from 193); Max value from RGB is 93 - color contains mainly: red. Hex color #5D451F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D451F is #A2BAE0. Grayscale: #484848. Windows color (decimal): -10664673 or 2049373. OLE color: 2049373.

HSL color Cylindrical-coordinate representation of color #5D451F: hue angle of 36.77º 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 #5D451F is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.64.

Color convert

RGB936931-
CMYK00.260.670.64
HSL36.77º50%24.31%-
HSV(B)36.77º66.67%36.47%-
XYZ6.896.682.22-
YUV71.84104.95143.09-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 48.19%
GREEN value IS 69 (27.34% from 255) = 35.75%
BLUE value IS 31 (12.5% from 255) = 16.06%
R=48.19%
G=35.75%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.67
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93693100.260.670.6436.775024.31
Hex5D451F01A4340253218
Octal13510537032103100456230
Binary10111011000101111110110101000011100000010010111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D451F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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