#C28552

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

Shades of Twine #C28552

Tints of Twine #C28552

Color information

#C28552 (or 0xC28552) is unknown color: approx Twine. HEX triplet: C2, 85 and 52. RGB value is (194,133,82). Sum of RGB (Red+Green+Blue) = 194+133+82=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 82 (32.42% from 255 or 20.05% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C28552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28552 is #3D7AAD. Grayscale: #919191. Windows color (decimal): -4029102 or 5408194. OLE color: 5408194.

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

Color convert

RGB19413382-
CMYK00.310.580.24
HSL27.32º47.86%54.12%-
HSV(B)27.32º57.73%76.08%-
XYZ32.1628.8511.86-
YUV145.4392.21162.65-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.43%
GREEN value IS 133 (52.34% from 255) = 32.52%
BLUE value IS 82 (32.42% from 255) = 20.05%
R=47.43%
G=32.52%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941338200.310.580.2427.3247.8654.12
HexC2855201F3A181b3036
Octal3022051220377230336066
Binary110000101000010110100100111111110101100011011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28552; }

 p { color: rgb(194,133,82); }

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

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

 a { background-color: rgb(194,133,82); }

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

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

 span { border-color: rgb(194,133,82); }

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