#CB8B5D

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

Shades of Whiskey #CB8B5D

Tints of Whiskey #CB8B5D

Color information

#CB8B5D (or 0xCB8B5D) is unknown color: approx Whiskey. HEX triplet: CB, 8B and 5D. RGB value is (203,139,93). Sum of RGB (Red+Green+Blue) = 203+139+93=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 139 (54.69% from 255 or 31.95% from 435); Blue value is 93 (36.72% from 255 or 21.38% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8B5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8B5D is #3474A2. Grayscale: #999999. Windows color (decimal): -3437731 or 6130635. OLE color: 6130635.

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

Color convert

RGB20313993-
CMYK00.320.540.20
HSL25.09º51.4%58.04%-
HSV(B)25.09º54.19%79.61%-
XYZ35.8431.9514.63-
YUV152.8994.2163.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.67%
GREEN value IS 139 (54.69% from 255) = 31.95%
BLUE value IS 93 (36.72% from 255) = 21.38%
R=46.67%
G=31.95%
B=21.38%

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
Decimal2031399300.320.540.2025.0951.458.04
HexCB8B5D020361419333a
Octal3132131350406624316372
Binary1100101110001011101110101000001101101010011001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8B5D; }

 p { color: rgb(203,139,93); }

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

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

 a { background-color: rgb(203,139,93); }

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

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

 span { border-color: rgb(203,139,93); }

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