#C08752

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

Shades of Twine #C08752

Tints of Twine #C08752

Color information

#C08752 (or 0xC08752) is unknown color: approx Twine. HEX triplet: C0, 87 and 52. RGB value is (192,135,82). Sum of RGB (Red+Green+Blue) = 192+135+82=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 135 (53.12% from 255 or 33.01% from 409); Blue value is 82 (32.42% from 255 or 20.05% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C08752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08752 is #3F78AD. Grayscale: #929292. Windows color (decimal): -4159662 or 5408704. OLE color: 5408704.

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

Color convert

RGB19213582-
CMYK00.300.570.25
HSL28.91º46.61%53.73%-
HSV(B)28.91º57.29%75.29%-
XYZ31.9329.1411.93-
YUV14691.88160.81-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.94%
GREEN value IS 135 (53.12% from 255) = 33.01%
BLUE value IS 82 (32.42% from 255) = 20.05%
R=46.94%
G=33.01%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921358200.300.570.2528.9146.6153.73
HexC0875201E39191d2f36
Octal3002071220367131355766
Binary110000001000011110100100111101110011100111101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08752; }

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

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

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

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

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

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

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

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