Html Css Color HEX #C28A49 Tussock

📋 copy color: '#C28A49'

red 194 ◦ green 138 ◦ blue 73

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

Shades of Tussock #C28A49

Tints of Tussock #C28A49

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.07%

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

R = 47.9%
G = 34.07%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C28A49 (or 0xC28A49) is known color: Tussock. HEX triplet: C2, 8A and 49. RGB value is (194,138,73). Sum of RGB (Red+Green+Blue) = 194+138+73=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 73 (28.91% from 255 or 18.02% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28A49 is #3D75B6. Grayscale: #939393. Windows color (decimal): -4027831 or 4819650. OLE color: 4819650.

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

Color convert

RGB 194 138 73 -
CMYK 0 0.29 0.62 0.24
HSL 32.23º 0.5% 0.52% -
HSV(B) 32.23º 0.62% 0.76% -
XYZ 32.54 30.13 10.4 -
YUV 147.33 86.05 161.29 -
System Red Green Blue C M Y K H S L
Decimal 194 138 73 0 0.29 0.62 0.24 32.23 0.5 0.52
Hex C2 8A 49 0 1D 3E 18 20 32 34
Octal 302 212 111 0 35 76 30 40 62 64
Binary 11000010 10001010 1001001 0 11101 111110 11000 100000 110010 110100

Color Harmonies of #C28A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28A49

Black with #C28A49

Text Example


Text Example

White with #C28A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28A49; }

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

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

background-color css

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

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

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

border-color css

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

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

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