#C3885E

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

Shades of Twine #C3885E

Tints of Twine #C3885E

Color information

#C3885E (or 0xC3885E) is unknown color: approx Twine. HEX triplet: C3, 88 and 5E. RGB value is (195,136,94). Sum of RGB (Red+Green+Blue) = 195+136+94=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 136 (53.52% from 255 or 32% from 425); Blue value is 94 (37.11% from 255 or 22.12% from 425); Max value from RGB is 195 - color contains mainly: red. Hex color #C3885E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3885E is #3C77A1. Grayscale: #959595. Windows color (decimal): -3962786 or 6195395. OLE color: 6195395.

HSL color Cylindrical-coordinate representation of color #C3885E: hue angle of 24.95º 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 #C3885E is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB19513694-
CMYK00.300.520.24
HSL24.95º45.7%56.67%-
HSV(B)24.95º51.79%76.47%-
XYZ33.3330.0214.63-
YUV148.8597.05160.92-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.88%
GREEN value IS 136 (53.52% from 255) = 32%
BLUE value IS 94 (37.11% from 255) = 22.12%
R=45.88%
G=32%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951369400.300.520.2424.9545.756.67
HexC3885E01E3418192e39
Octal3032101360366430315671
Binary110000111000100010111100111101101001100011001101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3885E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3885E; }

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

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

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

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

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

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

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

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