#C4955A

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

Shades of Twine #C4955A

Tints of Twine #C4955A

Color information

#C4955A (or 0xC4955A) is unknown color: approx Twine. HEX triplet: C4, 95 and 5A. RGB value is (196,149,90). Sum of RGB (Red+Green+Blue) = 196+149+90=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 149 (58.59% from 255 or 34.25% from 435); Blue value is 90 (35.55% from 255 or 20.69% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C4955A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4955A is #3B6AA5. Grayscale: #9C9C9C. Windows color (decimal): -3893926 or 5936580. OLE color: 5936580.

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

Color convert

RGB19614990-
CMYK00.240.540.23
HSL33.4º47.32%56.08%-
HSV(B)33.4º54.08%76.86%-
XYZ35.3633.9714.37-
YUV156.3390.57156.3-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.06%
GREEN value IS 149 (58.59% from 255) = 34.25%
BLUE value IS 90 (35.55% from 255) = 20.69%
R=45.06%
G=34.25%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961499000.240.540.2333.447.3256.08
HexC4955A0183617212f38
Octal3042251320306627415770
Binary1100010010010101101101001100011011010111100001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4955A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4955A; }

 p { color: rgb(196,149,90); }

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

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

 a { background-color: rgb(196,149,90); }

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

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

 span { border-color: rgb(196,149,90); }

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