#C39450

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

Shades of Tussock #C39450

Tints of Tussock #C39450

Color information

#C39450 (or 0xC39450) is unknown color: approx Tussock. HEX triplet: C3, 94 and 50. RGB value is (195,148,80). Sum of RGB (Red+Green+Blue) = 195+148+80=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 80 (31.64% from 255 or 18.91% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C39450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39450 is #3C6BAF. Grayscale: #9A9A9A. Windows color (decimal): -3959728 or 5280963. OLE color: 5280963.

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

Color convert

RGB19514880-
CMYK00.240.590.24
HSL35.48º48.94%53.92%-
HSV(B)35.48º58.97%76.47%-
XYZ34.5433.3612.21-
YUV154.386.07157.03-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.10%
GREEN value IS 148 (58.20% from 255) = 34.99%
BLUE value IS 80 (31.64% from 255) = 18.91%
R=46.10%
G=34.99%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951488000.240.590.2435.4848.9453.92
HexC394500183B18233136
Octal3032241200307330436166
Binary1100001110010100101000001100011101111000100011110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39450; }

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

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

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

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

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

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

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

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