#cd8c4e

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

Shades of Twine #CD8C4E

Tints of Twine #CD8C4E

Color information

#CD8C4E (or 0xCD8C4E) is unknown color: approx Twine. HEX triplet: CD, 8C and 4E. RGB value is (205,140,78). Sum of RGB (Red+Green+Blue) = 205+140+78=423 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.46% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 78 (30.86% from 255 or 18.44% from 423); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8C4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8C4E is #3273B1. Grayscale: #989898. Windows color (decimal): -3306418 or 5147853. OLE color: 5147853.

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

Color convert

RGB20514078-
CMYK00.320.620.20
HSL29.29º55.95%55.49%-
HSV(B)29.29º61.95%80.39%-
XYZ35.9332.2911.55-
YUV152.3786.03165.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.46%
GREEN value IS 140 (55.08% from 255) = 33.10%
BLUE value IS 78 (30.86% from 255) = 18.44%
R=48.46%
G=33.10%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051407800.320.620.2029.2955.9555.49
HexCD8C4E0203E141d3837
Octal3152141160407624357067
Binary1100110110001100100111001000001111101010011101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd8c4e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd8c4e; }

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

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

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

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

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

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

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

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