#5D453E

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

Shades of Very Dark Brown #5D453E

Tints of Very Dark Brown #5D453E

Color information

#5D453E (or 0x5D453E) is unknown color: approx Very Dark Brown. HEX triplet: 5D, 45 and 3E. RGB value is (93,69,62). Sum of RGB (Red+Green+Blue) = 93+69+62=224 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.52% from 224); Green value is 69 (27.34% from 255 or 30.80% from 224); Blue value is 62 (24.61% from 255 or 27.68% from 224); Max value from RGB is 93 - color contains mainly: red. Hex color #5D453E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D453E is #A2BAC1. Grayscale: #4B4B4B. Windows color (decimal): -10664642 or 4080989. OLE color: 4080989.

HSL color Cylindrical-coordinate representation of color #5D453E: hue angle of 13.55º degrees, saturation: 0.2, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5D453E is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.64.

Color convert

RGB936962-
CMYK00.260.330.64
HSL13.55º20%30.39%-
HSV(B)13.55º33.33%36.47%-
XYZ7.516.935.5-
YUV75.38120.45140.57-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 41.52%
GREEN value IS 69 (27.34% from 255) = 30.80%
BLUE value IS 62 (24.61% from 255) = 27.68%
R=41.52%
G=30.80%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.33
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93696200.260.330.6413.552030.39
Hex5D453E01A2140e141e
Octal1351057603241100162436
Binary10111011000101111110011010100001100000011101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D453E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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