Html Css Color HEX #C28849 Tussock

📋 copy color: '#C28849'

red 194 ◦ green 136 ◦ blue 73

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

Shades of Tussock #C28849

Tints of Tussock #C28849

RGB

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

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

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

R = 48.14%
G = 33.75%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C28849 (or 0xC28849) is known color: Tussock. HEX triplet: C2, 88 and 49. RGB value is (194,136,73). Sum of RGB (Red+Green+Blue) = 194+136+73=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 136 (53.52% from 255 or 33.75% from 403); Blue value is 73 (28.91% from 255 or 18.11% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C28849 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28849 is #3D77B6. Grayscale: #929292. Windows color (decimal): -4028343 or 4819138. OLE color: 4819138.

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

Color convert

RGB 194 136 73 -
CMYK 0 0.30 0.62 0.24
HSL 31.24º 0.5% 0.52% -
HSV(B) 31.24º 0.62% 0.76% -
XYZ 32.25 29.56 10.31 -
YUV 146.16 86.72 162.12 -
System Red Green Blue C M Y K H S L
Decimal 194 136 73 0 0.30 0.62 0.24 31.24 0.5 0.52
Hex C2 88 49 0 1E 3E 18 1F 32 34
Octal 302 210 111 0 36 76 30 37 62 64
Binary 11000010 10001000 1001001 0 11110 111110 11000 11111 110010 110100

Color Harmonies of #C28849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28849

Black with #C28849

Text Example


Text Example

White with #C28849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28849; }

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

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

background-color css

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

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

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

border-color css

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

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

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