#C7934F

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

Shades of Twine #C7934F

Tints of Twine #C7934F

Color information

#C7934F (or 0xC7934F) is unknown color: approx Twine. HEX triplet: C7, 93 and 4F. RGB value is (199,147,79). Sum of RGB (Red+Green+Blue) = 199+147+79=425 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.82% from 425); Green value is 147 (57.81% from 255 or 34.59% from 425); Blue value is 79 (31.25% from 255 or 18.59% from 425); Max value from RGB is 199 - color contains mainly: red. Hex color #C7934F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7934F is #386CB0. Grayscale: #9B9B9B. Windows color (decimal): -3697841 or 5215175. OLE color: 5215175.

HSL color Cylindrical-coordinate representation of color #C7934F: hue angle of 34º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C7934F is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB19914779-
CMYK00.260.600.22
HSL34º51.72%54.51%-
HSV(B)34º60.3%78.04%-
XYZ35.433.5712.01-
YUV154.885.23159.53-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.82%
GREEN value IS 147 (57.81% from 255) = 34.59%
BLUE value IS 79 (31.25% from 255) = 18.59%
R=46.82%
G=34.59%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991477900.260.600.223451.7254.51
HexC7934F01A3C16223437
Octal3072231170327426426467
Binary1100011110010011100111101101011110010110100010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7934F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7934F; }

 p { color: rgb(199,147,79); }

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

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

 a { background-color: rgb(199,147,79); }

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

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

 span { border-color: rgb(199,147,79); }

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