#C4854F

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

Shades of Twine #C4854F

Tints of Twine #C4854F

Color information

#C4854F (or 0xC4854F) is unknown color: approx Twine. HEX triplet: C4, 85 and 4F. RGB value is (196,133,79). Sum of RGB (Red+Green+Blue) = 196+133+79=408 (54% of max value = 765). Red value is 196 (76.95% from 255 or 48.04% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 79 (31.25% from 255 or 19.36% from 408); Max value from RGB is 196 - color contains mainly: red. Hex color #C4854F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4854F is #3B7AB0. Grayscale: #919191. Windows color (decimal): -3898033 or 5211588. OLE color: 5211588.

HSL color Cylindrical-coordinate representation of color #C4854F: hue angle of 27.69º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C4854F is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB19613379-
CMYK00.320.600.23
HSL27.69º49.79%53.92%-
HSV(B)27.69º59.69%76.86%-
XYZ32.5629.0811.29-
YUV145.6890.37163.89-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.04%
GREEN value IS 133 (52.34% from 255) = 32.60%
BLUE value IS 79 (31.25% from 255) = 19.36%
R=48.04%
G=32.60%
B=19.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961337900.320.600.2327.6949.7953.92
HexC4854F0203C171c3236
Octal3042051170407427346266
Binary1100010010000101100111101000001111001011111100110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4854F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4854F; }

 p { color: rgb(196,133,79); }

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

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

 a { background-color: rgb(196,133,79); }

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

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

 span { border-color: rgb(196,133,79); }

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