#c28b55

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

Shades of Twine #C28B55

Tints of Twine #C28B55

Color information

#C28B55 (or 0xC28B55) is unknown color: approx Twine. HEX triplet: C2, 8B and 55. RGB value is (194,139,85). Sum of RGB (Red+Green+Blue) = 194+139+85=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 139 (54.69% from 255 or 33.25% from 418); Blue value is 85 (33.59% from 255 or 20.33% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C28B55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28B55 is #3D74AA. Grayscale: #959595. Windows color (decimal): -4027563 or 5606338. OLE color: 5606338.

HSL color Cylindrical-coordinate representation of color #C28B55: hue angle of 29.72º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C28B55 is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB19413985-
CMYK00.280.560.24
HSL29.72º47.19%54.71%-
HSV(B)29.72º56.19%76.08%-
XYZ33.1230.5912.75-
YUV149.2991.72159.89-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.41%
GREEN value IS 139 (54.69% from 255) = 33.25%
BLUE value IS 85 (33.59% from 255) = 20.33%
R=46.41%
G=33.25%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941398500.280.560.2429.7247.1954.71
HexC28B5501C38181e2f37
Octal3022131250347030365767
Binary110000101000101110101010111001110001100011110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c28b55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c28b55; }

 p { color: rgb(194,139,85); }

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

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

 a { background-color: rgb(194,139,85); }

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

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

 span { border-color: rgb(194,139,85); }

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