#C39040

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

Shades of Anzac #C39040

Tints of Anzac #C39040

Color information

#C39040 (or 0xC39040) is unknown color: approx Anzac. HEX triplet: C3, 90 and 40. RGB value is (195,144,64). Sum of RGB (Red+Green+Blue) = 195+144+64=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 64 (25.39% from 255 or 15.88% from 403); Max value from RGB is 195 - color contains mainly: red. Hex color #C39040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39040 is #3C6FBF. Grayscale: #969696. Windows color (decimal): -3960768 or 4231363. OLE color: 4231363.

HSL color Cylindrical-coordinate representation of color #C39040: hue angle of 36.64º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C39040 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB19514464-
CMYK00.260.670.24
HSL36.64º52.19%50.78%-
HSV(B)36.64º67.18%76.47%-
XYZ33.431.929.25-
YUV150.1379.4160-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.39%
GREEN value IS 144 (56.64% from 255) = 35.73%
BLUE value IS 64 (25.39% from 255) = 15.88%
R=48.39%
G=35.73%
B=15.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951446400.260.670.2436.6452.1950.78
HexC3904001A4318253433
Octal30322010003210330456463
Binary11000011100100001000000011010100001111000100101110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39040; }

 p { color: rgb(195,144,64); }

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

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

 a { background-color: rgb(195,144,64); }

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

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

 span { border-color: rgb(195,144,64); }

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