#CD8F51

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

Shades of Twine #CD8F51

Tints of Twine #CD8F51

Color information

#CD8F51 (or 0xCD8F51) is unknown color: approx Twine. HEX triplet: CD, 8F and 51. RGB value is (205,143,81). Sum of RGB (Red+Green+Blue) = 205+143+81=429 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.79% from 429); Green value is 143 (56.25% from 255 or 33.33% from 429); Blue value is 81 (32.03% from 255 or 18.88% from 429); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8F51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8F51 is #3270AE. Grayscale: #9A9A9A. Windows color (decimal): -3305647 or 5345229. OLE color: 5345229.

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

Color convert

RGB20514381-
CMYK00.300.600.20
HSL30º55.36%56.08%-
HSV(B)30º60.49%80.39%-
XYZ36.4833.2212.27-
YUV154.4786.54164.04-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.79%
GREEN value IS 143 (56.25% from 255) = 33.33%
BLUE value IS 81 (32.03% from 255) = 18.88%
R=47.79%
G=33.33%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.60
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051438100.300.600.203055.3656.08
HexCD8F5101E3C141e3738
Octal3152171210367424366770
Binary110011011000111110100010111101111001010011110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8F51; }

 p { color: rgb(205,143,81); }

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

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

 a { background-color: rgb(205,143,81); }

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

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

 span { border-color: rgb(205,143,81); }

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