#C09053

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

Shades of Twine #C09053

Tints of Twine #C09053

Color information

#C09053 (or 0xC09053) is unknown color: approx Twine. HEX triplet: C0, 90 and 53. RGB value is (192,144,83). Sum of RGB (Red+Green+Blue) = 192+144+83=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 83 (32.81% from 255 or 19.81% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C09053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09053 is #3F6FAC. Grayscale: #979797. Windows color (decimal): -4157357 or 5476544. OLE color: 5476544.

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

Color convert

RGB19214483-
CMYK00.250.570.25
HSL33.58º46.38%53.92%-
HSV(B)33.58º56.77%75.29%-
XYZ33.2731.7812.56-
YUV151.489.4156.96-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.82%
GREEN value IS 144 (56.64% from 255) = 34.37%
BLUE value IS 83 (32.81% from 255) = 19.81%
R=45.82%
G=34.37%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921448300.250.570.2533.5846.3853.92
HexC090530193919222e36
Octal3002201230317131425666
Binary1100000010010000101001101100111100111001100010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09053; }

 p { color: rgb(192,144,83); }

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

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

 a { background-color: rgb(192,144,83); }

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

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

 span { border-color: rgb(192,144,83); }

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