#CD9B5A

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

Shades of Twine #CD9B5A

Tints of Twine #CD9B5A

Color information

#CD9B5A (or 0xCD9B5A) is unknown color: approx Twine. HEX triplet: CD, 9B and 5A. RGB value is (205,155,90). Sum of RGB (Red+Green+Blue) = 205+155+90=450 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.56% from 450); Green value is 155 (60.94% from 255 or 34.44% from 450); Blue value is 90 (35.55% from 255 or 20% from 450); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9B5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9B5A is #3264A5. Grayscale: #A2A2A2. Windows color (decimal): -3302566 or 5938125. OLE color: 5938125.

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

Color convert

RGB20515590-
CMYK00.240.560.20
HSL33.91º53.49%57.84%-
HSV(B)33.91º56.1%80.39%-
XYZ38.7437.1614.8-
YUV162.5487.06158.29-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.56%
GREEN value IS 155 (60.94% from 255) = 34.44%
BLUE value IS 90 (35.55% from 255) = 20%
R=45.56%
G=34.44%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051559000.240.560.2033.9153.4957.84
HexCD9B5A018381422353a
Octal3152331320307024426572
Binary1100110110011011101101001100011100010100100010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9B5A; }

 p { color: rgb(205,155,90); }

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

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

 a { background-color: rgb(205,155,90); }

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

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

 span { border-color: rgb(205,155,90); }

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