#C39B5E

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

Shades of Twine #C39B5E

Tints of Twine #C39B5E

Color information

#C39B5E (or 0xC39B5E) is unknown color: approx Twine. HEX triplet: C3, 9B and 5E. RGB value is (195,155,94). Sum of RGB (Red+Green+Blue) = 195+155+94=444 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.92% from 444); Green value is 155 (60.94% from 255 or 34.91% from 444); Blue value is 94 (37.11% from 255 or 21.17% from 444); Max value from RGB is 195 - color contains mainly: red. Hex color #C39B5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39B5E is #3C64A1. Grayscale: #A0A0A0. Windows color (decimal): -3957922 or 6200259. OLE color: 6200259.

HSL color Cylindrical-coordinate representation of color #C39B5E: hue angle of 36.24º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C39B5E is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB19515594-
CMYK00.210.520.24
HSL36.24º45.7%56.67%-
HSV(B)36.24º51.79%76.47%-
XYZ36.2535.8515.6-
YUV160.0190.75152.96-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.92%
GREEN value IS 155 (60.94% from 255) = 34.91%
BLUE value IS 94 (37.11% from 255) = 21.17%
R=43.92%
G=34.91%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951559400.210.520.2436.2445.756.67
HexC39B5E0153418242e39
Octal3032331360256430445671
Binary1100001110011011101111001010111010011000100100101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39B5E; }

 p { color: rgb(195,155,94); }

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

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

 a { background-color: rgb(195,155,94); }

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

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

 span { border-color: rgb(195,155,94); }

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