#C28652

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

Shades of Twine #C28652

Tints of Twine #C28652

Color information

#C28652 (or 0xC28652) is unknown color: approx Twine. HEX triplet: C2, 86 and 52. RGB value is (194,134,82). Sum of RGB (Red+Green+Blue) = 194+134+82=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 134 (52.73% from 255 or 32.68% from 410); Blue value is 82 (32.42% from 255 or 20% from 410); Max value from RGB is 194 - color contains mainly: red. Hex color #C28652 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28652 is #3D79AD. Grayscale: #929292. Windows color (decimal): -4028846 or 5408450. OLE color: 5408450.

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

Color convert

RGB19413482-
CMYK00.310.580.24
HSL27.86º47.86%54.12%-
HSV(B)27.86º57.73%76.08%-
XYZ32.329.1311.9-
YUV146.0191.88162.23-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.32%
GREEN value IS 134 (52.73% from 255) = 32.68%
BLUE value IS 82 (32.42% from 255) = 20%
R=47.32%
G=32.68%
B=20%

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
Decimal1941348200.310.580.2427.8647.8654.12
HexC2865201F3A181c3036
Octal3022061220377230346066
Binary110000101000011010100100111111110101100011100110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28652; }

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

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

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

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

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

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

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

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