#CD8D50

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

Shades of Twine #CD8D50

Tints of Twine #CD8D50

Color information

#CD8D50 (or 0xCD8D50) is unknown color: approx Twine. HEX triplet: CD, 8D and 50. RGB value is (205,141,80). Sum of RGB (Red+Green+Blue) = 205+141+80=426 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.12% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 80 (31.64% from 255 or 18.78% from 426); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8D50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8D50 is #3272AF. Grayscale: #999999. Windows color (decimal): -3306160 or 5279181. OLE color: 5279181.

HSL color Cylindrical-coordinate representation of color #CD8D50: hue angle of 29.28º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CD8D50 is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB20514180-
CMYK00.310.610.20
HSL29.28º55.56%55.88%-
HSV(B)29.28º60.98%80.39%-
XYZ36.1532.6111.98-
YUV153.1886.7164.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.12%
GREEN value IS 141 (55.47% from 255) = 33.10%
BLUE value IS 80 (31.64% from 255) = 18.78%
R=48.12%
G=33.10%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051418000.310.610.2029.2855.5655.88
HexCD8D5001F3D141d3838
Octal3152151200377524357070
Binary110011011000110110100000111111111011010011101111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8D50; }

 p { color: rgb(205,141,80); }

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

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

 a { background-color: rgb(205,141,80); }

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

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

 span { border-color: rgb(205,141,80); }

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