#CB9D53

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

Shades of Twine #CB9D53

Tints of Twine #CB9D53

Color information

#CB9D53 (or 0xCB9D53) is unknown color: approx Twine. HEX triplet: CB, 9D and 53. RGB value is (203,157,83). Sum of RGB (Red+Green+Blue) = 203+157+83=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 157 (61.72% from 255 or 35.44% from 443); Blue value is 83 (32.81% from 255 or 18.74% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9D53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9D53 is #3462AC. Grayscale: #A2A2A2. Windows color (decimal): -3433133 or 5479883. OLE color: 5479883.

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

Color convert

RGB20315783-
CMYK00.230.590.20
HSL37º53.57%56.08%-
HSV(B)37º59.11%79.61%-
XYZ38.2537.4313.39-
YUV162.3283.24157.02-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.82%
GREEN value IS 157 (61.72% from 255) = 35.44%
BLUE value IS 83 (32.81% from 255) = 18.74%
R=45.82%
G=35.44%
B=18.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031578300.230.590.203753.5756.08
HexCB9D530173B14253638
Octal3132351230277324456670
Binary1100101110011101101001101011111101110100100101110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9D53; }

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

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

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

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

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

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

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

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