#C38740

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

Shades of Anzac #C38740

Tints of Anzac #C38740

Color information

#C38740 (or 0xC38740) is unknown color: approx Anzac. HEX triplet: C3, 87 and 40. RGB value is (195,135,64). Sum of RGB (Red+Green+Blue) = 195+135+64=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 64 (25.39% from 255 or 16.24% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C38740 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38740 is #3C78BF. Grayscale: #919191. Windows color (decimal): -3963072 or 4229059. OLE color: 4229059.

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

Color convert

RGB19513564-
CMYK00.310.670.24
HSL32.52º52.19%50.78%-
HSV(B)32.52º67.18%76.47%-
XYZ32.129.38.81-
YUV144.8582.38163.77-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.49%
GREEN value IS 135 (53.12% from 255) = 34.26%
BLUE value IS 64 (25.39% from 255) = 16.24%
R=49.49%
G=34.26%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951356400.310.670.2432.5252.1950.78
HexC3874001F4318213433
Octal30320710003710330416463
Binary11000011100001111000000011111100001111000100001110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38740; }

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

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

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

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

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

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

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

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