Html Css Color HEX #C49259 Twine

📋 copy color: '#C49259'

red 196 ◦ green 146 ◦ blue 89

#C49259
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Twine #C49259

Tints of Twine #C49259

RGB

 RED value IS 196 (76.95% from 255) = 45.48%

 GREEN value IS 146 (57.42% from 255) = 33.87%

 BLUE value IS 89 (35.16% from 255) = 20.65%

R = 45.48%
G = 33.87%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C49259 (or 0xC49259) is known color: Twine. HEX triplet: C4, 92 and 59. RGB value is (196,146,89). Sum of RGB (Red+Green+Blue) = 196+146+89=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 89 (35.16% from 255 or 20.65% from 431); Max value from RGB is 196 - color contains mainly: red. Hex color #C49259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49259 is #3B6DA6. Grayscale: #9A9A9A. Windows color (decimal): -3894695 or 5870276. OLE color: 5870276.

HSL color Cylindrical-coordinate representation of color #C49259: hue angle of 31.96º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C49259 is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 146 89 -
CMYK 0 0.26 0.55 0.23
HSL 31.96º 0.48% 0.56% -
HSV(B) 31.96º 0.55% 0.77% -
XYZ 34.85 33.01 13.99 -
YUV 154.45 91.07 157.63 -
System Red Green Blue C M Y K H S L
Decimal 196 146 89 0 0.26 0.55 0.23 31.96 0.48 0.56
Hex C4 92 59 0 1A 37 17 20 30 38
Octal 304 222 131 0 32 67 27 40 60 70
Binary 11000100 10010010 1011001 0 11010 110111 10111 100000 110000 111000

Color Harmonies of #C49259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49259

Black with #C49259

Text Example


Text Example

White with #C49259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49259; }

 p { color: rgb(196,146,89); }

 H1.HeaderClassName
 {
   color: #C49259;
 }
 .AnyTagClassName
 {
   color: #C49259;
 }
</style>

background-color css

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

 a { background-color: rgb(196,146,89); }

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

border-color css

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

 span { border-color: rgb(196,146,89); }

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