#C7973C

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

Shades of Anzac #C7973C

Tints of Anzac #C7973C

Color information

#C7973C (or 0xC7973C) is unknown color: approx Anzac. HEX triplet: C7, 97 and 3C. RGB value is (199,151,60). Sum of RGB (Red+Green+Blue) = 199+151+60=410 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.54% from 410); Green value is 151 (59.38% from 255 or 36.83% from 410); Blue value is 60 (23.83% from 255 or 14.63% from 410); Max value from RGB is 199 - color contains mainly: red. Hex color #C7973C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7973C is #3868C3. Grayscale: #9B9B9B. Windows color (decimal): -3696836 or 3971015. OLE color: 3971015.

HSL color Cylindrical-coordinate representation of color #C7973C: hue angle of 39.28º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C7973C is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB19915160-
CMYK00.240.700.22
HSL39.28º55.38%50.78%-
HSV(B)39.28º69.85%78.04%-
XYZ35.4434.69.09-
YUV154.9874.4159.4-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.54%
GREEN value IS 151 (59.38% from 255) = 36.83%
BLUE value IS 60 (23.83% from 255) = 14.63%
R=48.54%
G=36.83%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.70
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991516000.240.700.2239.2855.3850.78
HexC7973C0184616273733
Octal3072277403010626476763
Binary1100011110010111111100011000100011010110100111110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7973C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7973C; }

 p { color: rgb(199,151,60); }

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

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

 a { background-color: rgb(199,151,60); }

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

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

 span { border-color: rgb(199,151,60); }

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