Html Css Color HEX #C49353 Twine

📋 copy color: '#C49353'

red 196 ◦ green 147 ◦ blue 83

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

Shades of Twine #C49353

Tints of Twine #C49353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 19.48%

R = 46.01%
G = 34.51%
B = 19.48%

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

#C49353 (or 0xC49353) is known color: Twine. HEX triplet: C4, 93 and 53. RGB value is (196,147,83). Sum of RGB (Red+Green+Blue) = 196+147+83=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 147 (57.81% from 255 or 34.51% from 426); Blue value is 83 (32.81% from 255 or 19.48% from 426); Max value from RGB is 196 - color contains mainly: red. Hex color #C49353 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49353 is #3B6CAC. Grayscale: #9A9A9A. Windows color (decimal): -3894445 or 5477316. OLE color: 5477316.

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

Color convert

RGB 196 147 83 -
CMYK 0 0.25 0.58 0.23
HSL 33.98º 0.49% 0.55% -
HSV(B) 33.98º 0.58% 0.77% -
XYZ 34.76 33.23 12.77 -
YUV 154.36 87.73 157.7 -
System Red Green Blue C M Y K H S L
Decimal 196 147 83 0 0.25 0.58 0.23 33.98 0.49 0.55
Hex C4 93 53 0 19 3A 17 22 31 37
Octal 304 223 123 0 31 72 27 42 61 67
Binary 11000100 10010011 1010011 0 11001 111010 10111 100010 110001 110111

Color Harmonies of #C49353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49353

Black with #C49353

Text Example


Text Example

White with #C49353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49353; }

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

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

background-color css

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

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

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

border-color css

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

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

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