#CB9B5B

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

Shades of Twine #CB9B5B

Tints of Twine #CB9B5B

Color information

#CB9B5B (or 0xCB9B5B) is unknown color: approx Twine. HEX triplet: CB, 9B and 5B. RGB value is (203,155,91). Sum of RGB (Red+Green+Blue) = 203+155+91=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 155 (60.94% from 255 or 34.52% from 449); Blue value is 91 (35.94% from 255 or 20.27% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9B5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9B5B is #3464A4. Grayscale: #A2A2A2. Windows color (decimal): -3433637 or 6003659. OLE color: 6003659.

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

Color convert

RGB20315591-
CMYK00.240.550.20
HSL34.29º51.85%57.65%-
HSV(B)34.29º55.17%79.61%-
XYZ38.2436.8915-
YUV162.0687.9157.2-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.21%
GREEN value IS 155 (60.94% from 255) = 34.52%
BLUE value IS 91 (35.94% from 255) = 20.27%
R=45.21%
G=34.52%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031559100.240.550.2034.2951.8557.65
HexCB9B5B018371422343a
Octal3132331330306724426472
Binary1100101110011011101101101100011011110100100010110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9B5B; }

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

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

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

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

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

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

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

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