#CD8B5F

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

Shades of Whiskey #CD8B5F

Tints of Whiskey #CD8B5F

Color information

#CD8B5F (or 0xCD8B5F) is unknown color: approx Whiskey. HEX triplet: CD, 8B and 5F. RGB value is (205,139,95). Sum of RGB (Red+Green+Blue) = 205+139+95=439 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.70% from 439); Green value is 139 (54.69% from 255 or 31.66% from 439); Blue value is 95 (37.5% from 255 or 21.64% from 439); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8B5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8B5F is #3274A0. Grayscale: #999999. Windows color (decimal): -3306657 or 6261709. OLE color: 6261709.

HSL color Cylindrical-coordinate representation of color #CD8B5F: hue angle of 24º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CD8B5F is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB20513995-
CMYK00.320.540.20
HSL24º52.38%58.82%-
HSV(B)24º53.66%80.39%-
XYZ36.4832.2715.13-
YUV153.7294.87164.58-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.70%
GREEN value IS 139 (54.69% from 255) = 31.66%
BLUE value IS 95 (37.5% from 255) = 21.64%
R=46.70%
G=31.66%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051399500.320.540.202452.3858.82
HexCD8B5F020361418343b
Octal3152131370406624306473
Binary1100110110001011101111101000001101101010011000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8B5F; }

 p { color: rgb(205,139,95); }

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

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

 a { background-color: rgb(205,139,95); }

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

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

 span { border-color: rgb(205,139,95); }

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