Html Css Color HEX #C49952 Twine

📋 copy color: '#C49952'

red 196 ◦ green 153 ◦ blue 82

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

Shades of Twine #C49952

Tints of Twine #C49952

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.5%

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

R = 45.48%
G = 35.5%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C49952 (or 0xC49952) is known color: Twine. HEX triplet: C4, 99 and 52. RGB value is (196,153,82). Sum of RGB (Red+Green+Blue) = 196+153+82=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 82 (32.42% from 255 or 19.03% from 431); Max value from RGB is 196 - color contains mainly: red. Hex color #C49952 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49952 is #3B66AD. Grayscale: #9E9E9E. Windows color (decimal): -3892910 or 5413316. OLE color: 5413316.

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

Color convert

RGB 196 153 82 -
CMYK 0 0.22 0.58 0.23
HSL 37.37º 0.49% 0.55% -
HSV(B) 37.37º 0.58% 0.77% -
XYZ 35.68 35.13 12.88 -
YUV 157.76 85.25 155.27 -
System Red Green Blue C M Y K H S L
Decimal 196 153 82 0 0.22 0.58 0.23 37.37 0.49 0.55
Hex C4 99 52 0 16 3A 17 25 31 37
Octal 304 231 122 0 26 72 27 45 61 67
Binary 11000100 10011001 1010010 0 10110 111010 10111 100101 110001 110111

Color Harmonies of #C49952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49952

Black with #C49952

Text Example


Text Example

White with #C49952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49952; }

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

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

background-color css

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

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

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

border-color css

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

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

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