Html Css Color HEX #C28848 Tussock

📋 copy color: '#C28848'

red 194 ◦ green 136 ◦ blue 72

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

Shades of Tussock #C28848

Tints of Tussock #C28848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.91%

R = 48.26%
G = 33.83%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C28848 (or 0xC28848) is known color: Tussock. HEX triplet: C2, 88 and 48. RGB value is (194,136,72). Sum of RGB (Red+Green+Blue) = 194+136+72=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 136 (53.52% from 255 or 33.83% from 402); Blue value is 72 (28.52% from 255 or 17.91% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C28848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28848 is #3D77B7. Grayscale: #929292. Windows color (decimal): -4028344 or 4753602. OLE color: 4753602.

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

Color convert

RGB 194 136 72 -
CMYK 0 0.30 0.63 0.24
HSL 31.48º 0.5% 0.52% -
HSV(B) 31.48º 0.63% 0.76% -
XYZ 32.22 29.55 10.14 -
YUV 146.05 86.22 162.2 -
System Red Green Blue C M Y K H S L
Decimal 194 136 72 0 0.30 0.63 0.24 31.48 0.5 0.52
Hex C2 88 48 0 1E 3F 18 1F 32 34
Octal 302 210 110 0 36 77 30 37 62 64
Binary 11000010 10001000 1001000 0 11110 111111 11000 11111 110010 110100

Color Harmonies of #C28848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28848

Black with #C28848

Text Example


Text Example

White with #C28848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28848; }

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

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

background-color css

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

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

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

border-color css

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

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

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