#C48B5F

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

Shades of Twine #C48B5F

Tints of Twine #C48B5F

Color information

#C48B5F (or 0xC48B5F) is unknown color: approx Twine. HEX triplet: C4, 8B and 5F. RGB value is (196,139,95). Sum of RGB (Red+Green+Blue) = 196+139+95=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 139 (54.69% from 255 or 32.33% from 430); Blue value is 95 (37.5% from 255 or 22.09% from 430); Max value from RGB is 196 - color contains mainly: red. Hex color #C48B5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48B5F is #3B74A0. Grayscale: #979797. Windows color (decimal): -3896481 or 6261700. OLE color: 6261700.

HSL color Cylindrical-coordinate representation of color #C48B5F: hue angle of 26.14º degrees, saturation: 0.46, 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 #C48B5F is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB19613995-
CMYK00.290.520.23
HSL26.14º46.12%57.06%-
HSV(B)26.14º51.53%76.86%-
XYZ34.0631.0315.02-
YUV151.0396.38160.08-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.58%
GREEN value IS 139 (54.69% from 255) = 32.33%
BLUE value IS 95 (37.5% from 255) = 22.09%
R=45.58%
G=32.33%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961399500.290.520.2326.1446.1257.06
HexC48B5F01D34171a2e39
Octal3042131370356427325671
Binary110001001000101110111110111011101001011111010101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48B5F; }

 p { color: rgb(196,139,95); }

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

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

 a { background-color: rgb(196,139,95); }

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

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

 span { border-color: rgb(196,139,95); }

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