#CB9B50

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

Shades of Twine #CB9B50

Tints of Twine #CB9B50

Color information

#CB9B50 (or 0xCB9B50) is unknown color: approx Twine. HEX triplet: CB, 9B and 50. RGB value is (203,155,80). Sum of RGB (Red+Green+Blue) = 203+155+80=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 155 (60.94% from 255 or 35.39% from 438); Blue value is 80 (31.64% from 255 or 18.26% from 438); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9B50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9B50 is #3464AF. Grayscale: #A1A1A1. Windows color (decimal): -3433648 or 5282763. OLE color: 5282763.

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

Color convert

RGB20315580-
CMYK00.240.610.20
HSL36.59º54.19%55.49%-
HSV(B)36.59º60.59%79.61%-
XYZ37.836.7212.68-
YUV160.882.4158.1-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.35%
GREEN value IS 155 (60.94% from 255) = 35.39%
BLUE value IS 80 (31.64% from 255) = 18.26%
R=46.35%
G=35.39%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031558000.240.610.2036.5954.1955.49
HexCB9B500183D14253637
Octal3132331200307524456667
Binary1100101110011011101000001100011110110100100101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9B50; }

 p { color: rgb(203,155,80); }

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

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

 a { background-color: rgb(203,155,80); }

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

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

 span { border-color: rgb(203,155,80); }

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