#D48B5C

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

Shades of Whiskey Sour #D48B5C

Tints of Whiskey Sour #D48B5C

Color information

#D48B5C (or 0xD48B5C) is unknown color: approx Whiskey Sour. HEX triplet: D4, 8B and 5C. RGB value is (212,139,92). Sum of RGB (Red+Green+Blue) = 212+139+92=443 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.86% from 443); Green value is 139 (54.69% from 255 or 31.38% from 443); Blue value is 92 (36.33% from 255 or 20.77% from 443); Max value from RGB is 212 - color contains mainly: red. Hex color #D48B5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48B5C is #2B74A3. Grayscale: #9B9B9B. Windows color (decimal): -2847908 or 6065108. OLE color: 6065108.

HSL color Cylindrical-coordinate representation of color #D48B5C: hue angle of 23.5º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D48B5C is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB21213992-
CMYK00.340.570.17
HSL23.5º58.25%59.61%-
HSV(B)23.5º56.6%83.14%-
XYZ38.3233.2314.52-
YUV155.4792.18168.32-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.86%
GREEN value IS 139 (54.69% from 255) = 31.38%
BLUE value IS 92 (36.33% from 255) = 20.77%
R=47.86%
G=31.38%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.57
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121399200.340.570.1723.558.2559.61
HexD48B5C0223911183a3c
Octal3242131340427121307274
Binary1101010010001011101110001000101110011000111000111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48B5C; }

 p { color: rgb(212,139,92); }

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

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

 a { background-color: rgb(212,139,92); }

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

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

 span { border-color: rgb(212,139,92); }

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