Html Css Color HEX #C49253 Twine

📋 copy color: '#C49253'

red 196 ◦ green 146 ◦ blue 83

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

Shades of Twine #C49253

Tints of Twine #C49253

RGB

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

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

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

R = 46.12%
G = 34.35%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C49253 (or 0xC49253) is known color: Twine. HEX triplet: C4, 92 and 53. RGB value is (196,146,83). Sum of RGB (Red+Green+Blue) = 196+146+83=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 146 (57.42% from 255 or 34.35% from 425); Blue value is 83 (32.81% from 255 or 19.53% from 425); Max value from RGB is 196 - color contains mainly: red. Hex color #C49253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49253 is #3B6DAC. Grayscale: #9A9A9A. Windows color (decimal): -3894701 or 5477060. OLE color: 5477060.

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

Color convert

RGB 196 146 83 -
CMYK 0 0.26 0.58 0.23
HSL 33.45º 0.49% 0.55% -
HSV(B) 33.45º 0.58% 0.77% -
XYZ 34.61 32.92 12.71 -
YUV 153.77 88.07 158.12 -
System Red Green Blue C M Y K H S L
Decimal 196 146 83 0 0.26 0.58 0.23 33.45 0.49 0.55
Hex C4 92 53 0 1A 3A 17 21 31 37
Octal 304 222 123 0 32 72 27 41 61 67
Binary 11000100 10010010 1010011 0 11010 111010 10111 100001 110001 110111

Color Harmonies of #C49253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49253

Black with #C49253

Text Example


Text Example

White with #C49253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49253; }

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

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

background-color css

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

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

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

border-color css

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

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

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