#CB9B51

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

Shades of Twine #CB9B51

Tints of Twine #CB9B51

Color information

#CB9B51 (or 0xCB9B51) is unknown color: approx Twine. HEX triplet: CB, 9B and 51. RGB value is (203,155,81). Sum of RGB (Red+Green+Blue) = 203+155+81=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 155 (60.94% from 255 or 35.31% from 439); Blue value is 81 (32.03% from 255 or 18.45% from 439); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9B51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9B51 is #3464AE. Grayscale: #A1A1A1. Windows color (decimal): -3433647 or 5348299. OLE color: 5348299.

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

Color convert

RGB20315581-
CMYK00.240.600.20
HSL36.39º53.98%55.69%-
HSV(B)36.39º60.1%79.61%-
XYZ37.8436.7312.88-
YUV160.9282.9158.02-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.24%
GREEN value IS 155 (60.94% from 255) = 35.31%
BLUE value IS 81 (32.03% from 255) = 18.45%
R=46.24%
G=35.31%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.60
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031558100.240.600.2036.3953.9855.69
HexCB9B510183C14243638
Octal3132331210307424446670
Binary1100101110011011101000101100011110010100100100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9B51; }

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

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

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

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

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

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

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

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