Html Css Color HEX #C48D4F Twine

📋 copy color: '#C48D4F'

red 196 ◦ green 141 ◦ blue 79

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

Shades of Twine #C48D4F

Tints of Twine #C48D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.99%

R = 47.12%
G = 33.89%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C48D4F (or 0xC48D4F) is known color: Twine. HEX triplet: C4, 8D and 4F. RGB value is (196,141,79). Sum of RGB (Red+Green+Blue) = 196+141+79=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 79 (31.25% from 255 or 18.99% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C48D4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48D4F is #3B72B0. Grayscale: #969696. Windows color (decimal): -3895985 or 5213636. OLE color: 5213636.

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

Color convert

RGB 196 141 79 -
CMYK 0 0.28 0.60 0.23
HSL 31.79º 0.5% 0.54% -
HSV(B) 31.79º 0.6% 0.77% -
XYZ 33.7 31.35 11.67 -
YUV 150.38 87.72 160.54 -
System Red Green Blue C M Y K H S L
Decimal 196 141 79 0 0.28 0.60 0.23 31.79 0.5 0.54
Hex C4 8D 4F 0 1C 3C 17 20 32 36
Octal 304 215 117 0 34 74 27 40 62 66
Binary 11000100 10001101 1001111 0 11100 111100 10111 100000 110010 110110

Color Harmonies of #C48D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48D4F

Black with #C48D4F

Text Example


Text Example

White with #C48D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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