#CD9752

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

Shades of Twine #CD9752

Tints of Twine #CD9752

Color information

#CD9752 (or 0xCD9752) is unknown color: approx Twine. HEX triplet: CD, 97 and 52. RGB value is (205,151,82). Sum of RGB (Red+Green+Blue) = 205+151+82=438 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.80% from 438); Green value is 151 (59.38% from 255 or 34.47% from 438); Blue value is 82 (32.42% from 255 or 18.72% from 438); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9752 is #3268AD. Grayscale: #9F9F9F. Windows color (decimal): -3303598 or 5412813. OLE color: 5412813.

HSL color Cylindrical-coordinate representation of color #CD9752: hue angle of 33.66º degrees, saturation: 0.55, 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 #CD9752 is Cyan = 0, Magento = 0.26, Yellow = 0.6 and Black (K on CMYK) = 0.20.

Color convert

RGB20515182-
CMYK00.260.60.20
HSL33.66º55.16%56.27%-
HSV(B)33.66º60%80.39%-
XYZ37.7735.7212.89-
YUV159.2884.39160.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.80%
GREEN value IS 151 (59.38% from 255) = 34.47%
BLUE value IS 82 (32.42% from 255) = 18.72%
R=46.80%
G=34.47%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.6
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051518200.260.60.2033.6655.1656.27
HexCD975201A3C14223738
Octal3152271220327424426770
Binary1100110110010111101001001101011110010100100010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9752; }

 p { color: rgb(205,151,82); }

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

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

 a { background-color: rgb(205,151,82); }

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

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

 span { border-color: rgb(205,151,82); }

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