#C5925C

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

Shades of Twine #C5925C

Tints of Twine #C5925C

Color information

#C5925C (or 0xC5925C) is unknown color: approx Twine. HEX triplet: C5, 92 and 5C. RGB value is (197,146,92). Sum of RGB (Red+Green+Blue) = 197+146+92=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 146 (57.42% from 255 or 33.56% from 435); Blue value is 92 (36.33% from 255 or 21.15% from 435); Max value from RGB is 197 - color contains mainly: red. Hex color #C5925C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5925C is #3A6DA3. Grayscale: #9B9B9B. Windows color (decimal): -3829156 or 6066885. OLE color: 6066885.

HSL color Cylindrical-coordinate representation of color #C5925C: hue angle of 30.86º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C5925C is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB19714692-
CMYK00.260.530.23
HSL30.86º47.51%56.67%-
HSV(B)30.86º53.3%77.25%-
XYZ35.2433.214.68-
YUV155.0992.4157.89-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.29%
GREEN value IS 146 (57.42% from 255) = 33.56%
BLUE value IS 92 (36.33% from 255) = 21.15%
R=45.29%
G=33.56%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971469200.260.530.2330.8647.5156.67
HexC5925C01A35171f3039
Octal3052221340326527376071
Binary110001011001001010111000110101101011011111111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5925C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5925C; }

 p { color: rgb(197,146,92); }

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

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

 a { background-color: rgb(197,146,92); }

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

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

 span { border-color: rgb(197,146,92); }

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