#5D3F1A

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

Shades of Dark Brown #5D3F1A

Tints of Dark Brown #5D3F1A

Color information

#5D3F1A (or 0x5D3F1A) is unknown color: approx Dark Brown. HEX triplet: 5D, 3F and 1A. RGB value is (93,63,26). Sum of RGB (Red+Green+Blue) = 93+63+26=182 (24% of max value = 765). Red value is 93 (36.72% from 255 or 51.10% from 182); Green value is 63 (25% from 255 or 34.62% from 182); Blue value is 26 (10.55% from 255 or 14.29% from 182); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3F1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D3F1A is #A2C0E5. Grayscale: #434343. Windows color (decimal): -10666214 or 1720157. OLE color: 1720157.

HSL color Cylindrical-coordinate representation of color #5D3F1A: hue angle of 33.13º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5D3F1A is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.64.

Color convert

RGB936326-
CMYK00.320.720.64
HSL33.13º56.3%23.33%-
HSV(B)33.13º72.04%36.47%-
XYZ6.485.961.79-
YUV67.75104.44146.01-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 51.10%
GREEN value IS 63 (25% from 255) = 34.62%
BLUE value IS 26 (10.55% from 255) = 14.29%
R=51.10%
G=34.62%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.72
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93632600.320.720.6433.1356.323.33
Hex5D3F1A0204840213817
Octal1357732040110100417027
Binary10111011111111101001000001001000100000010000111100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,63,26); }

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

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

 a { background-color: rgb(93,63,26); }

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

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

 span { border-color: rgb(93,63,26); }

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