#C39350

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

Shades of Tussock #C39350

Tints of Tussock #C39350

Color information

#C39350 (or 0xC39350) is unknown color: approx Tussock. HEX triplet: C3, 93 and 50. RGB value is (195,147,80). Sum of RGB (Red+Green+Blue) = 195+147+80=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 80 (31.64% from 255 or 18.96% from 422); Max value from RGB is 195 - color contains mainly: red. Hex color #C39350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39350 is #3C6CAF. Grayscale: #9A9A9A. Windows color (decimal): -3959984 or 5280707. OLE color: 5280707.

HSL color Cylindrical-coordinate representation of color #C39350: hue angle of 34.96º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C39350 is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB19514780-
CMYK00.250.590.24
HSL34.96º48.94%53.92%-
HSV(B)34.96º58.97%76.47%-
XYZ34.3933.0512.16-
YUV153.7186.4157.45-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.21%
GREEN value IS 147 (57.81% from 255) = 34.83%
BLUE value IS 80 (31.64% from 255) = 18.96%
R=46.21%
G=34.83%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951478000.250.590.2434.9648.9453.92
HexC393500193B18233136
Octal3032231200317330436166
Binary1100001110010011101000001100111101111000100011110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39350; }

 p { color: rgb(195,147,80); }

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

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

 a { background-color: rgb(195,147,80); }

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

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

 span { border-color: rgb(195,147,80); }

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