#C7924C

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

Shades of Tussock #C7924C

Tints of Tussock #C7924C

Color information

#C7924C (or 0xC7924C) is unknown color: approx Tussock. HEX triplet: C7, 92 and 4C. RGB value is (199,146,76). Sum of RGB (Red+Green+Blue) = 199+146+76=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 146 (57.42% from 255 or 34.68% from 421); Blue value is 76 (30.08% from 255 or 18.05% from 421); Max value from RGB is 199 - color contains mainly: red. Hex color #C7924C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7924C is #386DB3. Grayscale: #9A9A9A. Windows color (decimal): -3698100 or 5018311. OLE color: 5018311.

HSL color Cylindrical-coordinate representation of color #C7924C: hue angle of 34.15º degrees, saturation: 0.52, 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 #C7924C is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB19914676-
CMYK00.270.620.22
HSL34.15º52.34%53.92%-
HSV(B)34.15º61.81%78.04%-
XYZ35.1433.2211.4-
YUV153.8784.06160.19-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.27%
GREEN value IS 146 (57.42% from 255) = 34.68%
BLUE value IS 76 (30.08% from 255) = 18.05%
R=47.27%
G=34.68%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991467600.270.620.2234.1552.3453.92
HexC7924C01B3E16223436
Octal3072221140337626426466
Binary1100011110010010100110001101111111010110100010110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7924C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7924C; }

 p { color: rgb(199,146,76); }

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

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

 a { background-color: rgb(199,146,76); }

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

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

 span { border-color: rgb(199,146,76); }

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