#CB9354

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

Shades of Twine #CB9354

Tints of Twine #CB9354

Color information

#CB9354 (or 0xCB9354) is unknown color: approx Twine. HEX triplet: CB, 93 and 54. RGB value is (203,147,84). Sum of RGB (Red+Green+Blue) = 203+147+84=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 147 (57.81% from 255 or 33.87% from 434); Blue value is 84 (33.20% from 255 or 19.35% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9354 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9354 is #346CAB. Grayscale: #9C9C9C. Windows color (decimal): -3435692 or 5542859. OLE color: 5542859.

HSL color Cylindrical-coordinate representation of color #CB9354: hue angle of 31.76º 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 #CB9354 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.20.

Color convert

RGB20314784-
CMYK00.280.590.20
HSL31.76º53.36%56.27%-
HSV(B)31.76º58.62%79.61%-
XYZ36.6634.213.06-
YUV156.5687.05161.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.77%
GREEN value IS 147 (57.81% from 255) = 33.87%
BLUE value IS 84 (33.20% from 255) = 19.35%
R=46.77%
G=33.87%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031478400.280.590.2031.7653.3656.27
HexCB935401C3B14203538
Octal3132231240347324406570
Binary1100101110010011101010001110011101110100100000110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9354; }

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

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

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

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

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

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

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

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