Html Css Color HEX #C48650 Twine

📋 copy color: '#C48650'

red 196 ◦ green 134 ◦ blue 80

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

Shades of Twine #C48650

Tints of Twine #C48650

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.68%

 BLUE value IS 80 (31.64% from 255) = 19.51%

R = 47.8%
G = 32.68%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C48650 (or 0xC48650) is known color: Twine. HEX triplet: C4, 86 and 50. RGB value is (196,134,80). Sum of RGB (Red+Green+Blue) = 196+134+80=410 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.80% from 410); Green value is 134 (52.73% from 255 or 32.68% from 410); Blue value is 80 (31.64% from 255 or 19.51% from 410); Max value from RGB is 196 - color contains mainly: red. Hex color #C48650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48650 is #3B79AF. Grayscale: #929292. Windows color (decimal): -3897776 or 5277380. OLE color: 5277380.

HSL color Cylindrical-coordinate representation of color #C48650: hue angle of 27.93º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C48650 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 134 80 -
CMYK 0 0.32 0.59 0.23
HSL 27.93º 0.5% 0.54% -
HSV(B) 27.93º 0.59% 0.77% -
XYZ 32.74 29.37 11.53 -
YUV 146.38 90.54 163.39 -
System Red Green Blue C M Y K H S L
Decimal 196 134 80 0 0.32 0.59 0.23 27.93 0.5 0.54
Hex C4 86 50 0 20 3B 17 1C 32 36
Octal 304 206 120 0 40 73 27 34 62 66
Binary 11000100 10000110 1010000 0 100000 111011 10111 11100 110010 110110

Color Harmonies of #C48650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48650

Black with #C48650

Text Example


Text Example

White with #C48650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48650; }

 p { color: rgb(196,134,80); }

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

background-color css

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

 a { background-color: rgb(196,134,80); }

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

border-color css

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

 span { border-color: rgb(196,134,80); }

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