#C39140

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

Shades of Anzac #C39140

Tints of Anzac #C39140

Color information

#C39140 (or 0xC39140) is unknown color: approx Anzac. HEX triplet: C3, 91 and 40. RGB value is (195,145,64). Sum of RGB (Red+Green+Blue) = 195+145+64=404 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.27% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 64 (25.39% from 255 or 15.84% from 404); Max value from RGB is 195 - color contains mainly: red. Hex color #C39140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39140 is #3C6EBF. Grayscale: #979797. Windows color (decimal): -3960512 or 4231619. OLE color: 4231619.

HSL color Cylindrical-coordinate representation of color #C39140: hue angle of 37.1º 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 #C39140 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB19514564-
CMYK00.260.670.24
HSL37.1º52.19%50.78%-
HSV(B)37.1º67.18%76.47%-
XYZ33.5632.229.3-
YUV150.7279.06159.59-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.27%
GREEN value IS 145 (57.03% from 255) = 35.89%
BLUE value IS 64 (25.39% from 255) = 15.84%
R=48.27%
G=35.89%
B=15.84%

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
Decimal1951456400.260.670.2437.152.1950.78
HexC3914001A4318253433
Octal30322110003210330456463
Binary11000011100100011000000011010100001111000100101110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39140; }

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

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

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

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

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

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

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

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