Html Css Color HEX #C28749 Tussock

📋 copy color: '#C28749'

red 194 ◦ green 135 ◦ blue 73

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

Shades of Tussock #C28749

Tints of Tussock #C28749

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.58%

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

R = 48.26%
G = 33.58%
B = 18.16%

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

#C28749 (or 0xC28749) is known color: Tussock. HEX triplet: C2, 87 and 49. RGB value is (194,135,73). Sum of RGB (Red+Green+Blue) = 194+135+73=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 135 (53.12% from 255 or 33.58% from 402); Blue value is 73 (28.91% from 255 or 18.16% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C28749 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28749 is #3D78B6. Grayscale: #919191. Windows color (decimal): -4028599 or 4818882. OLE color: 4818882.

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

Color convert

RGB 194 135 73 -
CMYK 0 0.30 0.62 0.24
HSL 30.74º 0.5% 0.52% -
HSV(B) 30.74º 0.62% 0.76% -
XYZ 32.11 29.28 10.26 -
YUV 145.57 87.05 162.54 -
System Red Green Blue C M Y K H S L
Decimal 194 135 73 0 0.30 0.62 0.24 30.74 0.5 0.52
Hex C2 87 49 0 1E 3E 18 1F 32 34
Octal 302 207 111 0 36 76 30 37 62 64
Binary 11000010 10000111 1001001 0 11110 111110 11000 11111 110010 110100

Color Harmonies of #C28749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28749

Black with #C28749

Text Example


Text Example

White with #C28749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28749; }

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

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

background-color css

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

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

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

border-color css

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

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

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