#5D482D

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

Shades of Dallas #5D482D

Tints of Dallas #5D482D

Color information

#5D482D (or 0x5D482D) is unknown color: approx Dallas. HEX triplet: 5D, 48 and 2D. RGB value is (93,72,45). Sum of RGB (Red+Green+Blue) = 93+72+45=210 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.29% from 210); Green value is 72 (28.52% from 255 or 34.29% from 210); Blue value is 45 (17.97% from 255 or 21.43% from 210); Max value from RGB is 93 - color contains mainly: red. Hex color #5D482D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D482D is #A2B7D2. Grayscale: #4B4B4B. Windows color (decimal): -10663891 or 2967645. OLE color: 2967645.

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

Color convert

RGB937245-
CMYK00.230.520.64
HSL33.75º34.78%27.06%-
HSV(B)33.75º51.61%36.47%-
XYZ7.317.153.48-
YUV75.2110.96140.7-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 44.29%
GREEN value IS 72 (28.52% from 255) = 34.29%
BLUE value IS 45 (17.97% from 255) = 21.43%
R=44.29%
G=34.29%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.52
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93724500.230.520.6433.7534.7827.06
Hex5D482D017344022231b
Octal1351105502764100424333
Binary10111011001000101101010111110100100000010001010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D482D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,72,45); }

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

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

 a { background-color: rgb(93,72,45); }

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

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

 span { border-color: rgb(93,72,45); }

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