Html Css Color HEX #C49554 Twine

📋 copy color: '#C49554'

red 196 ◦ green 149 ◦ blue 84

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

Shades of Twine #C49554

Tints of Twine #C49554

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.73%

 BLUE value IS 84 (33.2% from 255) = 19.58%

R = 45.69%
G = 34.73%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C49554 (or 0xC49554) is known color: Twine. HEX triplet: C4, 95 and 54. RGB value is (196,149,84). Sum of RGB (Red+Green+Blue) = 196+149+84=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 149 (58.59% from 255 or 34.73% from 429); Blue value is 84 (33.20% from 255 or 19.58% from 429); Max value from RGB is 196 - color contains mainly: red. Hex color #C49554 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49554 is #3B6AAB. Grayscale: #9B9B9B. Windows color (decimal): -3893932 or 5543364. OLE color: 5543364.

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

Color convert

RGB 196 149 84 -
CMYK 0 0.24 0.57 0.23
HSL 34.82º 0.49% 0.55% -
HSV(B) 34.82º 0.57% 0.77% -
XYZ 35.11 33.87 13.07 -
YUV 155.64 87.57 156.79 -
System Red Green Blue C M Y K H S L
Decimal 196 149 84 0 0.24 0.57 0.23 34.82 0.49 0.55
Hex C4 95 54 0 18 39 17 23 31 37
Octal 304 225 124 0 30 71 27 43 61 67
Binary 11000100 10010101 1010100 0 11000 111001 10111 100011 110001 110111

Color Harmonies of #C49554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49554

Black with #C49554

Text Example


Text Example

White with #C49554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49554; }

 p { color: rgb(196,149,84); }

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

background-color css

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

 a { background-color: rgb(196,149,84); }

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

border-color css

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

 span { border-color: rgb(196,149,84); }

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