#C39640

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

Shades of Anzac #C39640

Tints of Anzac #C39640

Color information

#C39640 (or 0xC39640) is unknown color: approx Anzac. HEX triplet: C3, 96 and 40. RGB value is (195,150,64). Sum of RGB (Red+Green+Blue) = 195+150+64=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 64 (25.39% from 255 or 15.65% from 409); Max value from RGB is 195 - color contains mainly: red. Hex color #C39640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39640 is #3C69BF. Grayscale: #9A9A9A. Windows color (decimal): -3959232 or 4232899. OLE color: 4232899.

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

Color convert

RGB19515064-
CMYK00.230.670.24
HSL39.39º52.19%50.78%-
HSV(B)39.39º67.18%76.47%-
XYZ34.3433.789.56-
YUV153.6577.41157.49-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.68%
GREEN value IS 150 (58.98% from 255) = 36.67%
BLUE value IS 64 (25.39% from 255) = 15.65%
R=47.68%
G=36.67%
B=15.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951506400.230.670.2439.3952.1950.78
HexC396400174318273433
Octal30322610002710330476463
Binary11000011100101101000000010111100001111000100111110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39640; }

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

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

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

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

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

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

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

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