#C5925F

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

Shades of Twine #C5925F

Tints of Twine #C5925F

Color information

#C5925F (or 0xC5925F) is unknown color: approx Twine. HEX triplet: C5, 92 and 5F. RGB value is (197,146,95). Sum of RGB (Red+Green+Blue) = 197+146+95=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 146 (57.42% from 255 or 33.33% from 438); Blue value is 95 (37.5% from 255 or 21.69% from 438); Max value from RGB is 197 - color contains mainly: red. Hex color #C5925F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5925F is #3A6DA0. Grayscale: #9B9B9B. Windows color (decimal): -3829153 or 6263493. OLE color: 6263493.

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

Color convert

RGB19714695-
CMYK00.260.520.23
HSL30º46.79%57.25%-
HSV(B)30º51.78%77.25%-
XYZ35.3733.2515.38-
YUV155.4493.9157.65-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.98%
GREEN value IS 146 (57.42% from 255) = 33.33%
BLUE value IS 95 (37.5% from 255) = 21.69%
R=44.98%
G=33.33%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971469500.260.520.233046.7957.25
HexC5925F01A34171e2f39
Octal3052221370326427365771
Binary110001011001001010111110110101101001011111110101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5925F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5925F; }

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

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

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

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

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

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

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

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