Html Css Color HEX #C49254 Twine

📋 copy color: '#C49254'

red 196 ◦ green 146 ◦ blue 84

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

Shades of Twine #C49254

Tints of Twine #C49254

RGB

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

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

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

R = 46.01%
G = 34.27%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C49254 (or 0xC49254) is known color: Twine. HEX triplet: C4, 92 and 54. RGB value is (196,146,84). Sum of RGB (Red+Green+Blue) = 196+146+84=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 146 (57.42% from 255 or 34.27% from 426); Blue value is 84 (33.20% from 255 or 19.72% from 426); Max value from RGB is 196 - color contains mainly: red. Hex color #C49254 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49254 is #3B6DAB. Grayscale: #9A9A9A. Windows color (decimal): -3894700 or 5542596. OLE color: 5542596.

HSL color Cylindrical-coordinate representation of color #C49254: hue angle of 33.21º 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 #C49254 is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 146 84 -
CMYK 0 0.26 0.57 0.23
HSL 33.21º 0.49% 0.55% -
HSV(B) 33.21º 0.57% 0.77% -
XYZ 34.64 32.93 12.92 -
YUV 153.88 88.57 158.04 -
System Red Green Blue C M Y K H S L
Decimal 196 146 84 0 0.26 0.57 0.23 33.21 0.49 0.55
Hex C4 92 54 0 1A 39 17 21 31 37
Octal 304 222 124 0 32 71 27 41 61 67
Binary 11000100 10010010 1010100 0 11010 111001 10111 100001 110001 110111

Color Harmonies of #C49254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49254

Black with #C49254

Text Example


Text Example

White with #C49254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49254; }

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

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

background-color css

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

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

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

border-color css

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

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

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