Html Css Color HEX #C28C49 Tussock

📋 copy color: '#C28C49'

red 194 ◦ green 140 ◦ blue 73

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

Shades of Tussock #C28C49

Tints of Tussock #C28C49

RGB

 RED value IS 194 (76.17% from 255) = 47.67%

 GREEN value IS 140 (55.08% from 255) = 34.4%

 BLUE value IS 73 (28.91% from 255) = 17.94%

R = 47.67%
G = 34.4%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C28C49 (or 0xC28C49) is known color: Tussock. HEX triplet: C2, 8C and 49. RGB value is (194,140,73). Sum of RGB (Red+Green+Blue) = 194+140+73=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 73 (28.91% from 255 or 17.94% from 407); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28C49 is #3D73B6. Grayscale: #949494. Windows color (decimal): -4027319 or 4820162. OLE color: 4820162.

HSL color Cylindrical-coordinate representation of color #C28C49: hue angle of 33.22º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C28C49 is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 140 73 -
CMYK 0 0.28 0.62 0.24
HSL 33.22º 0.5% 0.52% -
HSV(B) 33.22º 0.62% 0.76% -
XYZ 32.83 30.71 10.5 -
YUV 148.51 85.39 160.45 -
System Red Green Blue C M Y K H S L
Decimal 194 140 73 0 0.28 0.62 0.24 33.22 0.5 0.52
Hex C2 8C 49 0 1C 3E 18 21 32 34
Octal 302 214 111 0 34 76 30 41 62 64
Binary 11000010 10001100 1001001 0 11100 111110 11000 100001 110010 110100

Color Harmonies of #C28C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28C49

Black with #C28C49

Text Example


Text Example

White with #C28C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28C49; }

 p { color: rgb(194,140,73); }

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

background-color css

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

 a { background-color: rgb(194,140,73); }

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

border-color css

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

 span { border-color: rgb(194,140,73); }

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