#C29B55

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

Shades of Twine #C29B55

Tints of Twine #C29B55

Color information

#C29B55 (or 0xC29B55) is unknown color: approx Twine. HEX triplet: C2, 9B and 55. RGB value is (194,155,85). Sum of RGB (Red+Green+Blue) = 194+155+85=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 155 (60.94% from 255 or 35.71% from 434); Blue value is 85 (33.59% from 255 or 19.59% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C29B55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29B55 is #3D64AA. Grayscale: #9E9E9E. Windows color (decimal): -4023467 or 5610434. OLE color: 5610434.

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

Color convert

RGB19415585-
CMYK00.200.560.24
HSL38.53º47.19%54.71%-
HSV(B)38.53º56.19%76.08%-
XYZ35.6135.5713.58-
YUV158.6886.42153.19-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.70%
GREEN value IS 155 (60.94% from 255) = 35.71%
BLUE value IS 85 (33.59% from 255) = 19.59%
R=44.70%
G=35.71%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941558500.200.560.2438.5347.1954.71
HexC29B550143818272f37
Octal3022331250247030475767
Binary1100001010011011101010101010011100011000100111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29B55; }

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

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

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

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

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

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

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

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