#C38640

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

Shades of Anzac #C38640

Tints of Anzac #C38640

Color information

#C38640 (or 0xC38640) is unknown color: approx Anzac. HEX triplet: C3, 86 and 40. RGB value is (195,134,64). Sum of RGB (Red+Green+Blue) = 195+134+64=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 64 (25.39% from 255 or 16.28% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C38640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38640 is #3C79BF. Grayscale: #909090. Windows color (decimal): -3963328 or 4228803. OLE color: 4228803.

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

Color convert

RGB19513464-
CMYK00.310.670.24
HSL32.06º52.19%50.78%-
HSV(B)32.06º67.18%76.47%-
XYZ31.9629.028.77-
YUV144.2682.71164.19-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.62%
GREEN value IS 134 (52.73% from 255) = 34.10%
BLUE value IS 64 (25.39% from 255) = 16.28%
R=49.62%
G=34.10%
B=16.28%

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
Decimal1951346400.310.670.2432.0652.1950.78
HexC3864001F4318203433
Octal30320610003710330406463
Binary11000011100001101000000011111100001111000100000110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38640; }

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

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

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

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

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

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

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

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