#CB9454

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

Shades of Twine #CB9454

Tints of Twine #CB9454

Color information

#CB9454 (or 0xCB9454) is unknown color: approx Twine. HEX triplet: CB, 94 and 54. RGB value is (203,148,84). Sum of RGB (Red+Green+Blue) = 203+148+84=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 148 (58.20% from 255 or 34.02% from 435); Blue value is 84 (33.20% from 255 or 19.31% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9454 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9454 is #346BAB. Grayscale: #9D9D9D. Windows color (decimal): -3435436 or 5543115. OLE color: 5543115.

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

Color convert

RGB20314884-
CMYK00.270.590.20
HSL32.27º53.36%56.27%-
HSV(B)32.27º58.62%79.61%-
XYZ36.8234.5213.11-
YUV157.1586.72160.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.67%
GREEN value IS 148 (58.20% from 255) = 34.02%
BLUE value IS 84 (33.20% from 255) = 19.31%
R=46.67%
G=34.02%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031488400.270.590.2032.2753.3656.27
HexCB945401B3B14203538
Octal3132241240337324406570
Binary1100101110010100101010001101111101110100100000110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9454; }

 p { color: rgb(203,148,84); }

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

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

 a { background-color: rgb(203,148,84); }

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

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

 span { border-color: rgb(203,148,84); }

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