Html Css Color HEX #C49351 Twine

📋 copy color: '#C49351'

red 196 ◦ green 147 ◦ blue 81

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

Shades of Twine #C49351

Tints of Twine #C49351

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.67%

 BLUE value IS 81 (32.03% from 255) = 19.1%

R = 46.23%
G = 34.67%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C49351 (or 0xC49351) is known color: Twine. HEX triplet: C4, 93 and 51. RGB value is (196,147,81). Sum of RGB (Red+Green+Blue) = 196+147+81=424 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.23% from 424); Green value is 147 (57.81% from 255 or 34.67% from 424); Blue value is 81 (32.03% from 255 or 19.10% from 424); Max value from RGB is 196 - color contains mainly: red. Hex color #C49351 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49351 is #3B6CAE. Grayscale: #9A9A9A. Windows color (decimal): -3894447 or 5346244. OLE color: 5346244.

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

Color convert

RGB 196 147 81 -
CMYK 0 0.25 0.59 0.23
HSL 34.43º 0.49% 0.54% -
HSV(B) 34.43º 0.59% 0.77% -
XYZ 34.68 33.2 12.36 -
YUV 154.13 86.73 157.87 -
System Red Green Blue C M Y K H S L
Decimal 196 147 81 0 0.25 0.59 0.23 34.43 0.49 0.54
Hex C4 93 51 0 19 3B 17 22 31 36
Octal 304 223 121 0 31 73 27 42 61 66
Binary 11000100 10010011 1010001 0 11001 111011 10111 100010 110001 110110

Color Harmonies of #C49351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49351

Black with #C49351

Text Example


Text Example

White with #C49351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49351; }

 p { color: rgb(196,147,81); }

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

background-color css

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

 a { background-color: rgb(196,147,81); }

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

border-color css

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

 span { border-color: rgb(196,147,81); }

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