Html Css Color HEX #C49652 Twine

📋 copy color: '#C49652'

red 196 ◦ green 150 ◦ blue 82

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

Shades of Twine #C49652

Tints of Twine #C49652

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.05%

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

R = 45.79%
G = 35.05%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C49652 (or 0xC49652) is known color: Twine. HEX triplet: C4, 96 and 52. RGB value is (196,150,82). Sum of RGB (Red+Green+Blue) = 196+150+82=428 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.79% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 82 (32.42% from 255 or 19.16% from 428); Max value from RGB is 196 - color contains mainly: red. Hex color #C49652 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49652 is #3B69AD. Grayscale: #9C9C9C. Windows color (decimal): -3893678 or 5412548. OLE color: 5412548.

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

Color convert

RGB 196 150 82 -
CMYK 0 0.23 0.58 0.23
HSL 35.79º 0.49% 0.55% -
HSV(B) 35.79º 0.58% 0.77% -
XYZ 35.19 34.16 12.72 -
YUV 156 86.24 156.53 -
System Red Green Blue C M Y K H S L
Decimal 196 150 82 0 0.23 0.58 0.23 35.79 0.49 0.55
Hex C4 96 52 0 17 3A 17 24 31 37
Octal 304 226 122 0 27 72 27 44 61 67
Binary 11000100 10010110 1010010 0 10111 111010 10111 100100 110001 110111

Color Harmonies of #C49652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49652

Black with #C49652

Text Example


Text Example

White with #C49652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49652; }

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

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

background-color css

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

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

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

border-color css

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

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

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