#C38253

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

Shades of Twine #C38253

Tints of Twine #C38253

Color information

#C38253 (or 0xC38253) is unknown color: approx Twine. HEX triplet: C3, 82 and 53. RGB value is (195,130,83). Sum of RGB (Red+Green+Blue) = 195+130+83=408 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.79% from 408); Green value is 130 (51.17% from 255 or 31.86% from 408); Blue value is 83 (32.81% from 255 or 20.34% from 408); Max value from RGB is 195 - color contains mainly: red. Hex color #C38253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38253 is #3C7DAC. Grayscale: #909090. Windows color (decimal): -3964333 or 5472963. OLE color: 5472963.

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

Color convert

RGB19513083-
CMYK00.330.570.24
HSL25.18º48.28%54.51%-
HSV(B)25.18º57.44%76.47%-
XYZ32.0528.1911.94-
YUV144.0893.53164.32-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.79%
GREEN value IS 130 (51.17% from 255) = 31.86%
BLUE value IS 83 (32.81% from 255) = 20.34%
R=47.79%
G=31.86%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951308300.330.570.2425.1848.2854.51
HexC382530213918193037
Octal3032021230417130316067
Binary1100001110000010101001101000011110011100011001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38253; }

 p { color: rgb(195,130,83); }

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

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

 a { background-color: rgb(195,130,83); }

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

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

 span { border-color: rgb(195,130,83); }

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