Html Css Color HEX #C48D51 Twine

📋 copy color: '#C48D51'

red 196 ◦ green 141 ◦ blue 81

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

Shades of Twine #C48D51

Tints of Twine #C48D51

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.73%

 BLUE value IS 81 (32.03% from 255) = 19.38%

R = 46.89%
G = 33.73%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C48D51 (or 0xC48D51) is known color: Twine. HEX triplet: C4, 8D and 51. RGB value is (196,141,81). Sum of RGB (Red+Green+Blue) = 196+141+81=418 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.89% from 418); Green value is 141 (55.47% from 255 or 33.73% from 418); Blue value is 81 (32.03% from 255 or 19.38% from 418); Max value from RGB is 196 - color contains mainly: red. Hex color #C48D51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48D51 is #3B72AE. Grayscale: #969696. Windows color (decimal): -3895983 or 5344708. OLE color: 5344708.

HSL color Cylindrical-coordinate representation of color #C48D51: hue angle of 31.3º degrees, saturation: 0.49, 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 #C48D51 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 141 81 -
CMYK 0 0.28 0.59 0.23
HSL 31.3º 0.49% 0.54% -
HSV(B) 31.3º 0.59% 0.77% -
XYZ 33.78 31.38 12.06 -
YUV 150.61 88.72 160.38 -
System Red Green Blue C M Y K H S L
Decimal 196 141 81 0 0.28 0.59 0.23 31.3 0.49 0.54
Hex C4 8D 51 0 1C 3B 17 1F 31 36
Octal 304 215 121 0 34 73 27 37 61 66
Binary 11000100 10001101 1010001 0 11100 111011 10111 11111 110001 110110

Color Harmonies of #C48D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48D51

Black with #C48D51

Text Example


Text Example

White with #C48D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48D51; }

 p { color: rgb(196,141,81); }

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

background-color css

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

 a { background-color: rgb(196,141,81); }

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

border-color css

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

 span { border-color: rgb(196,141,81); }

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