Html Css Color HEX #C49352 Twine

📋 copy color: '#C49352'

red 196 ◦ green 147 ◦ blue 82

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

Shades of Twine #C49352

Tints of Twine #C49352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.29%

R = 46.12%
G = 34.59%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C49352 (or 0xC49352) is known color: Twine. HEX triplet: C4, 93 and 52. RGB value is (196,147,82). Sum of RGB (Red+Green+Blue) = 196+147+82=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 147 (57.81% from 255 or 34.59% from 425); Blue value is 82 (32.42% from 255 or 19.29% from 425); Max value from RGB is 196 - color contains mainly: red. Hex color #C49352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49352 is #3B6CAD. Grayscale: #9A9A9A. Windows color (decimal): -3894446 or 5411780. OLE color: 5411780.

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

Color convert

RGB 196 147 82 -
CMYK 0 0.25 0.58 0.23
HSL 34.21º 0.49% 0.55% -
HSV(B) 34.21º 0.58% 0.77% -
XYZ 34.72 33.21 12.56 -
YUV 154.24 87.23 157.79 -
System Red Green Blue C M Y K H S L
Decimal 196 147 82 0 0.25 0.58 0.23 34.21 0.49 0.55
Hex C4 93 52 0 19 3A 17 22 31 37
Octal 304 223 122 0 31 72 27 42 61 67
Binary 11000100 10010011 1010010 0 11001 111010 10111 100010 110001 110111

Color Harmonies of #C49352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49352

Black with #C49352

Text Example


Text Example

White with #C49352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49352; }

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

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

background-color css

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

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

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

border-color css

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

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

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