#C28452

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

Shades of Twine #C28452

Tints of Twine #C28452

Color information

#C28452 (or 0xC28452) is unknown color: approx Twine. HEX triplet: C2, 84 and 52. RGB value is (194,132,82). Sum of RGB (Red+Green+Blue) = 194+132+82=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 132 (51.95% from 255 or 32.35% from 408); Blue value is 82 (32.42% from 255 or 20.10% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C28452 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28452 is #3D7BAD. Grayscale: #919191. Windows color (decimal): -4029358 or 5407938. OLE color: 5407938.

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

Color convert

RGB19413282-
CMYK00.320.580.24
HSL26.79º47.86%54.12%-
HSV(B)26.79º57.73%76.08%-
XYZ32.0228.5811.81-
YUV144.8492.54163.07-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.55%
GREEN value IS 132 (51.95% from 255) = 32.35%
BLUE value IS 82 (32.42% from 255) = 20.10%
R=47.55%
G=32.35%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941328200.320.580.2426.7947.8654.12
HexC284520203A181b3036
Octal3022041220407230336066
Binary1100001010000100101001001000001110101100011011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28452; }

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

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

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

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

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

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

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

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