#C89348

Color #C89348 Tussock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tussock #C89348

Tints of Tussock #C89348

Color information

#C89348 (or 0xC89348) is unknown color: approx Tussock. HEX triplet: C8, 93 and 48. RGB value is (200,147,72). Sum of RGB (Red+Green+Blue) = 200+147+72=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 72 (28.52% from 255 or 17.18% from 419); Max value from RGB is 200 - color contains mainly: red. Hex color #C89348 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89348 is #376CB7. Grayscale: #9A9A9A. Windows color (decimal): -3632312 or 4756424. OLE color: 4756424.

HSL color Cylindrical-coordinate representation of color #C89348: hue angle of 35.16º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C89348 is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB20014772-
CMYK00.260.640.22
HSL35.16º53.78%53.33%-
HSV(B)35.16º64%78.43%-
XYZ35.4233.6110.75-
YUV154.381.56160.6-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.73%
GREEN value IS 147 (57.81% from 255) = 35.08%
BLUE value IS 72 (28.52% from 255) = 17.18%
R=47.73%
G=35.08%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001477200.260.640.2235.1653.7853.33
HexC8934801A4016233635
Octal31022311003210026436665
Binary11001000100100111001000011010100000010110100011110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89348; }

 p { color: rgb(200,147,72); }

 H1.HeaderClassName
 {
   color: #C89348;
 }
 .AnyTagClassName
 {
   color: #C89348;
 }
</style>
background-color css

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

 a { background-color: rgb(200,147,72); }

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

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

 span { border-color: rgb(200,147,72); }

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