Html Css Color HEX #C49452 Twine

📋 copy color: '#C49452'

red 196 ◦ green 148 ◦ blue 82

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

Shades of Twine #C49452

Tints of Twine #C49452

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.74%

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

R = 46.01%
G = 34.74%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C49452 (or 0xC49452) is known color: Twine. HEX triplet: C4, 94 and 52. RGB value is (196,148,82). Sum of RGB (Red+Green+Blue) = 196+148+82=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 148 (58.20% from 255 or 34.74% from 426); Blue value is 82 (32.42% from 255 or 19.25% from 426); Max value from RGB is 196 - color contains mainly: red. Hex color #C49452 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49452 is #3B6BAD. Grayscale: #9B9B9B. Windows color (decimal): -3894190 or 5412036. OLE color: 5412036.

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

Color convert

RGB 196 148 82 -
CMYK 0 0.24 0.58 0.23
HSL 34.74º 0.49% 0.55% -
HSV(B) 34.74º 0.58% 0.77% -
XYZ 34.88 33.52 12.62 -
YUV 154.83 86.9 157.37 -
System Red Green Blue C M Y K H S L
Decimal 196 148 82 0 0.24 0.58 0.23 34.74 0.49 0.55
Hex C4 94 52 0 18 3A 17 23 31 37
Octal 304 224 122 0 30 72 27 43 61 67
Binary 11000100 10010100 1010010 0 11000 111010 10111 100011 110001 110111

Color Harmonies of #C49452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49452

Black with #C49452

Text Example


Text Example

White with #C49452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49452; }

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

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

background-color css

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

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

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

border-color css

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

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

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