#CD8C50

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

Shades of Twine #CD8C50

Tints of Twine #CD8C50

Color information

#CD8C50 (or 0xCD8C50) is unknown color: approx Twine. HEX triplet: CD, 8C and 50. RGB value is (205,140,80). Sum of RGB (Red+Green+Blue) = 205+140+80=425 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.24% from 425); Green value is 140 (55.08% from 255 or 32.94% from 425); Blue value is 80 (31.64% from 255 or 18.82% from 425); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8C50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8C50 is #3273AF. Grayscale: #989898. Windows color (decimal): -3306416 or 5278925. OLE color: 5278925.

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

Color convert

RGB20514080-
CMYK00.320.610.20
HSL28.8º55.56%55.88%-
HSV(B)28.8º60.98%80.39%-
XYZ3632.3111.93-
YUV152.687.03165.38-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.24%
GREEN value IS 140 (55.08% from 255) = 32.94%
BLUE value IS 80 (31.64% from 255) = 18.82%
R=48.24%
G=32.94%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051408000.320.610.2028.855.5655.88
HexCD8C500203D141d3838
Octal3152141200407524357070
Binary1100110110001100101000001000001111011010011101111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8C50; }

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

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

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

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

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

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

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

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