#C7954B

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

Shades of Tussock #C7954B

Tints of Tussock #C7954B

Color information

#C7954B (or 0xC7954B) is unknown color: approx Tussock. HEX triplet: C7, 95 and 4B. RGB value is (199,149,75). Sum of RGB (Red+Green+Blue) = 199+149+75=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 75 (29.69% from 255 or 17.73% from 423); Max value from RGB is 199 - color contains mainly: red. Hex color #C7954B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7954B is #386AB4. Grayscale: #9B9B9B. Windows color (decimal): -3697333 or 4953543. OLE color: 4953543.

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

Color convert

RGB19914975-
CMYK00.250.620.22
HSL35.81º52.54%53.73%-
HSV(B)35.81º62.31%78.04%-
XYZ35.5734.1511.37-
YUV155.5182.56159.02-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.04%
GREEN value IS 149 (58.59% from 255) = 35.22%
BLUE value IS 75 (29.69% from 255) = 17.73%
R=47.04%
G=35.22%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991497500.250.620.2235.8152.5453.73
HexC7954B0193E16243536
Octal3072251130317626446566
Binary1100011110010101100101101100111111010110100100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7954B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7954B; }

 p { color: rgb(199,149,75); }

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

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

 a { background-color: rgb(199,149,75); }

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

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

 span { border-color: rgb(199,149,75); }

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