#D58D52

Color #D58D52 Whiskey Sour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Whiskey Sour #D58D52

Tints of Whiskey Sour #D58D52

Color information

#D58D52 (or 0xD58D52) is unknown color: approx Whiskey Sour. HEX triplet: D5, 8D and 52. RGB value is (213,141,82). Sum of RGB (Red+Green+Blue) = 213+141+82=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 141 (55.47% from 255 or 32.34% from 436); Blue value is 82 (32.42% from 255 or 18.81% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D58D52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58D52 is #2A72AD. Grayscale: #9C9C9C. Windows color (decimal): -2781870 or 5410261. OLE color: 5410261.

HSL color Cylindrical-coordinate representation of color #D58D52: hue angle of 27.02º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D58D52 is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB21314182-
CMYK00.340.620.16
HSL27.02º60.93%57.84%-
HSV(B)27.02º61.5%83.53%-
XYZ38.4933.8112.48-
YUV155.886.35168.8-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.85%
GREEN value IS 141 (55.47% from 255) = 32.34%
BLUE value IS 82 (32.42% from 255) = 18.81%
R=48.85%
G=32.34%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131418200.340.620.1627.0260.9357.84
HexD58D520223E101b3d3a
Octal3252151220427620337572
Binary1101010110001101101001001000101111101000011011111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58D52; }

 p { color: rgb(213,141,82); }

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

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

 a { background-color: rgb(213,141,82); }

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

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

 span { border-color: rgb(213,141,82); }

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