#C48758

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

Shades of Twine #C48758

Tints of Twine #C48758

Color information

#C48758 (or 0xC48758) is unknown color: approx Twine. HEX triplet: C4, 87 and 58. RGB value is (196,135,88). Sum of RGB (Red+Green+Blue) = 196+135+88=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 135 (53.12% from 255 or 32.22% from 419); Blue value is 88 (34.77% from 255 or 21.00% from 419); Max value from RGB is 196 - color contains mainly: red. Hex color #C48758 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48758 is #3B78A7. Grayscale: #949494. Windows color (decimal): -3897512 or 5801924. OLE color: 5801924.

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

Color convert

RGB19613588-
CMYK00.310.550.23
HSL26.11º47.79%55.69%-
HSV(B)26.11º55.1%76.86%-
XYZ33.1929.7713.23-
YUV147.8894.21162.32-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.78%
GREEN value IS 135 (53.12% from 255) = 32.22%
BLUE value IS 88 (34.77% from 255) = 21.00%
R=46.78%
G=32.22%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961358800.310.550.2326.1147.7955.69
HexC4875801F37171a3038
Octal3042071300376727326070
Binary110001001000011110110000111111101111011111010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48758; }

 p { color: rgb(196,135,88); }

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

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

 a { background-color: rgb(196,135,88); }

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

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

 span { border-color: rgb(196,135,88); }

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