Html Css Color HEX #C48352 Twine

📋 copy color: '#C48352'

red 196 ◦ green 131 ◦ blue 82

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

Shades of Twine #C48352

Tints of Twine #C48352

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.03%

 BLUE value IS 82 (32.42% from 255) = 20.05%

R = 47.92%
G = 32.03%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C48352 (or 0xC48352) is known color: Twine. HEX triplet: C4, 83 and 52. RGB value is (196,131,82). Sum of RGB (Red+Green+Blue) = 196+131+82=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 131 (51.56% from 255 or 32.03% from 409); Blue value is 82 (32.42% from 255 or 20.05% from 409); Max value from RGB is 196 - color contains mainly: red. Hex color #C48352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48352 is #3B7CAD. Grayscale: #919191. Windows color (decimal): -3898542 or 5407684. OLE color: 5407684.

HSL color Cylindrical-coordinate representation of color #C48352: hue angle of 25.79º 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 #C48352 is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 131 82 -
CMYK 0 0.33 0.58 0.23
HSL 25.79º 0.49% 0.55% -
HSV(B) 25.79º 0.58% 0.77% -
XYZ 32.4 28.58 11.79 -
YUV 144.85 92.53 164.48 -
System Red Green Blue C M Y K H S L
Decimal 196 131 82 0 0.33 0.58 0.23 25.79 0.49 0.55
Hex C4 83 52 0 21 3A 17 1A 31 37
Octal 304 203 122 0 41 72 27 32 61 67
Binary 11000100 10000011 1010010 0 100001 111010 10111 11010 110001 110111

Color Harmonies of #C48352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48352

Black with #C48352

Text Example


Text Example

White with #C48352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48352; }

 p { color: rgb(196,131,82); }

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

background-color css

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

 a { background-color: rgb(196,131,82); }

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

border-color css

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

 span { border-color: rgb(196,131,82); }

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