Html Css Color HEX #C49B53 Twine

📋 copy color: '#C49B53'

red 196 ◦ green 155 ◦ blue 83

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

Shades of Twine #C49B53

Tints of Twine #C49B53

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.71%

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

R = 45.16%
G = 35.71%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C49B53 (or 0xC49B53) is known color: Twine. HEX triplet: C4, 9B and 53. RGB value is (196,155,83). Sum of RGB (Red+Green+Blue) = 196+155+83=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 155 (60.94% from 255 or 35.71% from 434); Blue value is 83 (32.81% from 255 or 19.12% from 434); Max value from RGB is 196 - color contains mainly: red. Hex color #C49B53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49B53 is #3B64AC. Grayscale: #9F9F9F. Windows color (decimal): -3892397 or 5479364. OLE color: 5479364.

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

Color convert

RGB 196 155 83 -
CMYK 0 0.21 0.58 0.23
HSL 38.23º 0.49% 0.55% -
HSV(B) 38.23º 0.58% 0.77% -
XYZ 36.05 35.8 13.19 -
YUV 159.05 85.08 154.35 -
System Red Green Blue C M Y K H S L
Decimal 196 155 83 0 0.21 0.58 0.23 38.23 0.49 0.55
Hex C4 9B 53 0 15 3A 17 26 31 37
Octal 304 233 123 0 25 72 27 46 61 67
Binary 11000100 10011011 1010011 0 10101 111010 10111 100110 110001 110111

Color Harmonies of #C49B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49B53

Black with #C49B53

Text Example


Text Example

White with #C49B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49B53; }

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

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

background-color css

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

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

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

border-color css

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

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

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