#cd9452

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

Shades of Twine #CD9452

Tints of Twine #CD9452

Color information

#CD9452 (or 0xCD9452) is unknown color: approx Twine. HEX triplet: CD, 94 and 52. RGB value is (205,148,82). Sum of RGB (Red+Green+Blue) = 205+148+82=435 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.13% from 435); Green value is 148 (58.20% from 255 or 34.02% from 435); Blue value is 82 (32.42% from 255 or 18.85% from 435); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9452 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9452 is #326BAD. Grayscale: #9D9D9D. Windows color (decimal): -3304366 or 5412045. OLE color: 5412045.

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

Color convert

RGB20514882-
CMYK00.280.60.20
HSL32.2º55.16%56.27%-
HSV(B)32.2º60%80.39%-
XYZ37.2934.7712.73-
YUV157.5285.38161.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.13%
GREEN value IS 148 (58.20% from 255) = 34.02%
BLUE value IS 82 (32.42% from 255) = 18.85%
R=47.13%
G=34.02%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.6
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051488200.280.60.2032.255.1656.27
HexCD945201C3C14203738
Octal3152241220347424406770
Binary1100110110010100101001001110011110010100100000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd9452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd9452; }

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

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

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

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

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

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

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

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