#C7953A

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

Shades of Anzac #C7953A

Tints of Anzac #C7953A

Color information

#C7953A (or 0xC7953A) is unknown color: approx Anzac. HEX triplet: C7, 95 and 3A. RGB value is (199,149,58). Sum of RGB (Red+Green+Blue) = 199+149+58=406 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.01% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 58 (23.05% from 255 or 14.29% from 406); Max value from RGB is 199 - color contains mainly: red. Hex color #C7953A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7953A is #386AC5. Grayscale: #999999. Windows color (decimal): -3697350 or 3839431. OLE color: 3839431.

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

Color convert

RGB19914958-
CMYK00.250.710.22
HSL38.72º55.73%50.39%-
HSV(B)38.72º70.85%78.04%-
XYZ35.0633.948.71-
YUV153.5874.06160.4-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.01%
GREEN value IS 149 (58.59% from 255) = 36.70%
BLUE value IS 58 (23.05% from 255) = 14.29%
R=49.01%
G=36.70%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991495800.250.710.2238.7255.7350.39
HexC7953A0194716273832
Octal3072257203110726477062
Binary1100011110010101111010011001100011110110100111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7953A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7953A; }

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

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

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

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

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

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

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

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