#C1894F

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

Shades of Twine #C1894F

Tints of Twine #C1894F

Color information

#C1894F (or 0xC1894F) is unknown color: approx Twine. HEX triplet: C1, 89 and 4F. RGB value is (193,137,79). Sum of RGB (Red+Green+Blue) = 193+137+79=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 79 (31.25% from 255 or 19.32% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C1894F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1894F is #3E76B0. Grayscale: #939393. Windows color (decimal): -4093617 or 5212609. OLE color: 5212609.

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

Color convert

RGB19313779-
CMYK00.290.590.24
HSL30.53º47.9%53.33%-
HSV(B)30.53º59.07%75.69%-
XYZ32.3529.7911.44-
YUV147.1389.55160.72-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.19%
GREEN value IS 137 (53.91% from 255) = 33.50%
BLUE value IS 79 (31.25% from 255) = 19.32%
R=47.19%
G=33.50%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931377900.290.590.2430.5347.953.33
HexC1894F01D3B181f3035
Octal3012111170357330376065
Binary110000011000100110011110111011110111100011111110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1894F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1894F; }

 p { color: rgb(193,137,79); }

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

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

 a { background-color: rgb(193,137,79); }

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

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

 span { border-color: rgb(193,137,79); }

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