#CB9353

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

Shades of Twine #CB9353

Tints of Twine #CB9353

Color information

#CB9353 (or 0xCB9353) is unknown color: approx Twine. HEX triplet: CB, 93 and 53. RGB value is (203,147,83). Sum of RGB (Red+Green+Blue) = 203+147+83=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 147 (57.81% from 255 or 33.95% from 433); Blue value is 83 (32.81% from 255 or 19.17% from 433); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9353 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9353 is #346CAC. Grayscale: #9C9C9C. Windows color (decimal): -3435693 or 5477323. OLE color: 5477323.

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

Color convert

RGB20314783-
CMYK00.280.590.20
HSL32º53.57%56.08%-
HSV(B)32º59.11%79.61%-
XYZ36.6234.1912.85-
YUV156.4586.55161.2-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.88%
GREEN value IS 147 (57.81% from 255) = 33.95%
BLUE value IS 83 (32.81% from 255) = 19.17%
R=46.88%
G=33.95%
B=19.17%

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
Decimal2031478300.280.590.203253.5756.08
HexCB935301C3B14203638
Octal3132231230347324406670
Binary1100101110010011101001101110011101110100100000110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9353; }

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

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

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

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

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

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

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

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