#C5894F

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

Shades of Twine #C5894F

Tints of Twine #C5894F

Color information

#C5894F (or 0xC5894F) is unknown color: approx Twine. HEX triplet: C5, 89 and 4F. RGB value is (197,137,79). Sum of RGB (Red+Green+Blue) = 197+137+79=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 137 (53.91% from 255 or 33.17% from 413); Blue value is 79 (31.25% from 255 or 19.13% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C5894F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5894F is #3A76B0. Grayscale: #949494. Windows color (decimal): -3831473 or 5212613. OLE color: 5212613.

HSL color Cylindrical-coordinate representation of color #C5894F: hue angle of 29.49º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C5894F is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB19713779-
CMYK00.300.600.23
HSL29.49º50.43%54.12%-
HSV(B)29.49º59.9%77.25%-
XYZ33.3830.3311.49-
YUV148.3388.88162.72-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.70%
GREEN value IS 137 (53.91% from 255) = 33.17%
BLUE value IS 79 (31.25% from 255) = 19.13%
R=47.70%
G=33.17%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971377900.300.600.2329.4950.4354.12
HexC5894F01E3C171d3236
Octal3052111170367427356266
Binary110001011000100110011110111101111001011111101110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5894F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5894F; }

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

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

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

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

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

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

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

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