Html Css Color HEX #C49B57 Twine

📋 copy color: '#C49B57'

red 196 ◦ green 155 ◦ blue 87

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

Shades of Twine #C49B57

Tints of Twine #C49B57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 19.86%

R = 44.75%
G = 35.39%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C49B57 (or 0xC49B57) is known color: Twine. HEX triplet: C4, 9B and 57. RGB value is (196,155,87). Sum of RGB (Red+Green+Blue) = 196+155+87=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 155 (60.94% from 255 or 35.39% from 438); Blue value is 87 (34.38% from 255 or 19.86% from 438); Max value from RGB is 196 - color contains mainly: red. Hex color #C49B57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49B57 is #3B64A8. Grayscale: #9F9F9F. Windows color (decimal): -3892393 or 5741508. OLE color: 5741508.

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

Color convert

RGB 196 155 87 -
CMYK 0 0.21 0.56 0.23
HSL 37.43º 0.48% 0.55% -
HSV(B) 37.43º 0.56% 0.77% -
XYZ 36.21 35.87 14.03 -
YUV 159.51 87.08 154.03 -
System Red Green Blue C M Y K H S L
Decimal 196 155 87 0 0.21 0.56 0.23 37.43 0.48 0.55
Hex C4 9B 57 0 15 38 17 25 30 37
Octal 304 233 127 0 25 70 27 45 60 67
Binary 11000100 10011011 1010111 0 10101 111000 10111 100101 110000 110111

Color Harmonies of #C49B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49B57

Black with #C49B57

Text Example


Text Example

White with #C49B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49B57; }

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

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

background-color css

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

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

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

border-color css

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

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

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