Html Css Color HEX #C48959 Twine

📋 copy color: '#C48959'

red 196 ◦ green 137 ◦ blue 89

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

Shades of Twine #C48959

Tints of Twine #C48959

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.46%

 BLUE value IS 89 (35.16% from 255) = 21.09%

R = 46.45%
G = 32.46%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C48959 (or 0xC48959) is known color: Twine. HEX triplet: C4, 89 and 59. RGB value is (196,137,89). Sum of RGB (Red+Green+Blue) = 196+137+89=422 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.45% from 422); Green value is 137 (53.91% from 255 or 32.46% from 422); Blue value is 89 (35.16% from 255 or 21.09% from 422); Max value from RGB is 196 - color contains mainly: red. Hex color #C48959 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48959 is #3B76A6. Grayscale: #959595. Windows color (decimal): -3896999 or 5867972. OLE color: 5867972.

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

Color convert

RGB 196 137 89 -
CMYK 0 0.30 0.55 0.23
HSL 26.92º 0.48% 0.56% -
HSV(B) 26.92º 0.55% 0.77% -
XYZ 33.51 30.35 13.54 -
YUV 149.17 94.05 161.4 -
System Red Green Blue C M Y K H S L
Decimal 196 137 89 0 0.30 0.55 0.23 26.92 0.48 0.56
Hex C4 89 59 0 1E 37 17 1B 30 38
Octal 304 211 131 0 36 67 27 33 60 70
Binary 11000100 10001001 1011001 0 11110 110111 10111 11011 110000 111000

Color Harmonies of #C48959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48959

Black with #C48959

Text Example


Text Example

White with #C48959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48959; }

 p { color: rgb(196,137,89); }

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

background-color css

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

 a { background-color: rgb(196,137,89); }

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

border-color css

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

 span { border-color: rgb(196,137,89); }

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