#c0844f

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

Shades of Twine #C0844F

Tints of Twine #C0844F

Color information

#C0844F (or 0xC0844F) is unknown color: approx Twine. HEX triplet: C0, 84 and 4F. RGB value is (192,132,79). Sum of RGB (Red+Green+Blue) = 192+132+79=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 79 (31.25% from 255 or 19.60% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C0844F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0844F is #3F7BB0. Grayscale: #909090. Windows color (decimal): -4160433 or 5211328. OLE color: 5211328.

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

Color convert

RGB19213279-
CMYK00.310.590.25
HSL28.14º47.28%53.14%-
HSV(B)28.14º58.85%75.29%-
XYZ31.428.2711.2-
YUV143.991.38162.31-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.64%
GREEN value IS 132 (51.95% from 255) = 32.75%
BLUE value IS 79 (31.25% from 255) = 19.60%
R=47.64%
G=32.75%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921327900.310.590.2528.1447.2853.14
HexC0844F01F3B191c2f35
Octal3002041170377331345765
Binary110000001000010010011110111111110111100111100101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c0844f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c0844f; }

 p { color: rgb(192,132,79); }

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

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

 a { background-color: rgb(192,132,79); }

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

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

 span { border-color: rgb(192,132,79); }

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