#C18B52

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

Shades of Twine #C18B52

Tints of Twine #C18B52

Color information

#C18B52 (or 0xC18B52) is unknown color: approx Twine. HEX triplet: C1, 8B and 52. RGB value is (193,139,82). Sum of RGB (Red+Green+Blue) = 193+139+82=414 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.62% from 414); Green value is 139 (54.69% from 255 or 33.57% from 414); Blue value is 82 (32.42% from 255 or 19.81% from 414); Max value from RGB is 193 - color contains mainly: red. Hex color #C18B52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18B52 is #3E74AD. Grayscale: #949494. Windows color (decimal): -4093102 or 5409729. OLE color: 5409729.

HSL color Cylindrical-coordinate representation of color #C18B52: hue angle of 30.81º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C18B52 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB19313982-
CMYK00.280.580.24
HSL30.81º47.23%53.92%-
HSV(B)30.81º57.51%75.69%-
XYZ32.7530.4112.13-
YUV148.6590.39159.63-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.62%
GREEN value IS 139 (54.69% from 255) = 33.57%
BLUE value IS 82 (32.42% from 255) = 19.81%
R=46.62%
G=33.57%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931398200.280.580.2430.8147.2353.92
HexC18B5201C3A181f2f36
Octal3012131220347230375766
Binary110000011000101110100100111001110101100011111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18B52; }

 p { color: rgb(193,139,82); }

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

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

 a { background-color: rgb(193,139,82); }

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

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

 span { border-color: rgb(193,139,82); }

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