Html Css Color HEX #C28748 Tussock

📋 copy color: '#C28748'

red 194 ◦ green 135 ◦ blue 72

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

Shades of Tussock #C28748

Tints of Tussock #C28748

RGB

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

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

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

R = 48.38%
G = 33.67%
B = 17.96%

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

#C28748 (or 0xC28748) is known color: Tussock. HEX triplet: C2, 87 and 48. RGB value is (194,135,72). Sum of RGB (Red+Green+Blue) = 194+135+72=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 135 (53.12% from 255 or 33.67% from 401); Blue value is 72 (28.52% from 255 or 17.96% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C28748 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28748 is #3D78B7. Grayscale: #919191. Windows color (decimal): -4028600 or 4753346. OLE color: 4753346.

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

Color convert

RGB 194 135 72 -
CMYK 0 0.30 0.63 0.24
HSL 30.98º 0.5% 0.52% -
HSV(B) 30.98º 0.63% 0.76% -
XYZ 32.08 29.27 10.09 -
YUV 145.46 86.55 162.62 -
System Red Green Blue C M Y K H S L
Decimal 194 135 72 0 0.30 0.63 0.24 30.98 0.5 0.52
Hex C2 87 48 0 1E 3F 18 1F 32 34
Octal 302 207 110 0 36 77 30 37 62 64
Binary 11000010 10000111 1001000 0 11110 111111 11000 11111 110010 110100

Color Harmonies of #C28748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28748

Black with #C28748

Text Example


Text Example

White with #C28748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28748; }

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

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

background-color css

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

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

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

border-color css

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

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

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