#C39456

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

Shades of Twine #C39456

Tints of Twine #C39456

Color information

#C39456 (or 0xC39456) is unknown color: approx Twine. HEX triplet: C3, 94 and 56. RGB value is (195,148,86). Sum of RGB (Red+Green+Blue) = 195+148+86=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 86 (33.98% from 255 or 20.05% from 429); Max value from RGB is 195 - color contains mainly: red. Hex color #C39456 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39456 is #3C6BA9. Grayscale: #9B9B9B. Windows color (decimal): -3959722 or 5674179. OLE color: 5674179.

HSL color Cylindrical-coordinate representation of color #C39456: hue angle of 34.13º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C39456 is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB19514886-
CMYK00.240.560.24
HSL34.13º47.6%55.1%-
HSV(B)34.13º55.9%76.47%-
XYZ34.7833.4513.43-
YUV154.9889.07156.54-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.45%
GREEN value IS 148 (58.20% from 255) = 34.50%
BLUE value IS 86 (33.98% from 255) = 20.05%
R=45.45%
G=34.50%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951488600.240.560.2434.1347.655.1
HexC394560183818223037
Octal3032241260307030426067
Binary1100001110010100101011001100011100011000100010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39456; }

 p { color: rgb(195,148,86); }

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

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

 a { background-color: rgb(195,148,86); }

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

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

 span { border-color: rgb(195,148,86); }

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