#C39150

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

Shades of Twine #C39150

Tints of Twine #C39150

Color information

#C39150 (or 0xC39150) is unknown color: approx Twine. HEX triplet: C3, 91 and 50. RGB value is (195,145,80). Sum of RGB (Red+Green+Blue) = 195+145+80=420 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.43% from 420); Green value is 145 (57.03% from 255 or 34.52% from 420); Blue value is 80 (31.64% from 255 or 19.05% from 420); Max value from RGB is 195 - color contains mainly: red. Hex color #C39150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39150 is #3C6EAF. Grayscale: #989898. Windows color (decimal): -3960496 or 5280195. OLE color: 5280195.

HSL color Cylindrical-coordinate representation of color #C39150: hue angle of 33.91º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C39150 is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB19514580-
CMYK00.260.590.24
HSL33.91º48.94%53.92%-
HSV(B)33.91º58.97%76.47%-
XYZ34.0832.4312.05-
YUV152.5487.06158.29-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.43%
GREEN value IS 145 (57.03% from 255) = 34.52%
BLUE value IS 80 (31.64% from 255) = 19.05%
R=46.43%
G=34.52%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951458000.260.590.2433.9148.9453.92
HexC3915001A3B18223136
Octal3032211200327330426166
Binary1100001110010001101000001101011101111000100010110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39150; }

 p { color: rgb(195,145,80); }

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

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

 a { background-color: rgb(195,145,80); }

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

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

 span { border-color: rgb(195,145,80); }

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