#C08751

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

Shades of Twine #C08751

Tints of Twine #C08751

Color information

#C08751 (or 0xC08751) is unknown color: approx Twine. HEX triplet: C0, 87 and 51. RGB value is (192,135,81). Sum of RGB (Red+Green+Blue) = 192+135+81=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 135 (53.12% from 255 or 33.09% from 408); Blue value is 81 (32.03% from 255 or 19.85% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C08751 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08751 is #3F78AE. Grayscale: #929292. Windows color (decimal): -4159663 or 5343168. OLE color: 5343168.

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

Color convert

RGB19213581-
CMYK00.300.580.25
HSL29.19º46.84%53.53%-
HSV(B)29.19º57.81%75.29%-
XYZ31.8929.1311.73-
YUV145.8991.38160.89-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.06%
GREEN value IS 135 (53.12% from 255) = 33.09%
BLUE value IS 81 (32.03% from 255) = 19.85%
R=47.06%
G=33.09%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921358100.300.580.2529.1946.8453.53
HexC0875101E3A191d2f36
Octal3002071210367231355766
Binary110000001000011110100010111101110101100111101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08751; }

 p { color: rgb(192,135,81); }

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

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

 a { background-color: rgb(192,135,81); }

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

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

 span { border-color: rgb(192,135,81); }

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