#C28650

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

Shades of Twine #C28650

Tints of Twine #C28650

Color information

#C28650 (or 0xC28650) is unknown color: approx Twine. HEX triplet: C2, 86 and 50. RGB value is (194,134,80). Sum of RGB (Red+Green+Blue) = 194+134+80=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 134 (52.73% from 255 or 32.84% from 408); Blue value is 80 (31.64% from 255 or 19.61% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C28650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28650 is #3D79AF. Grayscale: #929292. Windows color (decimal): -4028848 or 5277378. OLE color: 5277378.

HSL color Cylindrical-coordinate representation of color #C28650: hue angle of 28.42º degrees, saturation: 0.48, 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 #C28650 is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB19413480-
CMYK00.310.590.24
HSL28.42º48.31%53.73%-
HSV(B)28.42º58.76%76.08%-
XYZ32.2229.111.51-
YUV145.7890.88162.39-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.55%
GREEN value IS 134 (52.73% from 255) = 32.84%
BLUE value IS 80 (31.64% from 255) = 19.61%
R=47.55%
G=32.84%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941348000.310.590.2428.4248.3153.73
HexC2865001F3B181c3036
Octal3022061200377330346066
Binary110000101000011010100000111111110111100011100110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28650; }

 p { color: rgb(194,134,80); }

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

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

 a { background-color: rgb(194,134,80); }

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

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

 span { border-color: rgb(194,134,80); }

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