Html Css Color HEX #C48853 Twine

📋 copy color: '#C48853'

red 196 ◦ green 136 ◦ blue 83

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

Shades of Twine #C48853

Tints of Twine #C48853

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.77%

 BLUE value IS 83 (32.81% from 255) = 20%

R = 47.23%
G = 32.77%
B = 20%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C48853 (or 0xC48853) is known color: Twine. HEX triplet: C4, 88 and 53. RGB value is (196,136,83). Sum of RGB (Red+Green+Blue) = 196+136+83=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 83 (32.81% from 255 or 20% from 415); Max value from RGB is 196 - color contains mainly: red. Hex color #C48853 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48853 is #3B77AC. Grayscale: #949494. Windows color (decimal): -3897261 or 5474500. OLE color: 5474500.

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

Color convert

RGB 196 136 83 -
CMYK 0 0.31 0.58 0.23
HSL 28.14º 0.49% 0.55% -
HSV(B) 28.14º 0.58% 0.77% -
XYZ 33.13 29.97 12.22 -
YUV 147.9 91.38 162.31 -
System Red Green Blue C M Y K H S L
Decimal 196 136 83 0 0.31 0.58 0.23 28.14 0.49 0.55
Hex C4 88 53 0 1F 3A 17 1C 31 37
Octal 304 210 123 0 37 72 27 34 61 67
Binary 11000100 10001000 1010011 0 11111 111010 10111 11100 110001 110111

Color Harmonies of #C48853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48853

Black with #C48853

Text Example


Text Example

White with #C48853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48853; }

 p { color: rgb(196,136,83); }

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

background-color css

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

 a { background-color: rgb(196,136,83); }

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

border-color css

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

 span { border-color: rgb(196,136,83); }

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