#C18745

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

Shades of Anzac #C18745

Tints of Anzac #C18745

Color information

#C18745 (or 0xC18745) is unknown color: approx Anzac. HEX triplet: C1, 87 and 45. RGB value is (193,135,69). Sum of RGB (Red+Green+Blue) = 193+135+69=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 69 (27.34% from 255 or 17.38% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C18745 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18745 is #3E78BA. Grayscale: #919191. Windows color (decimal): -4094139 or 4556737. OLE color: 4556737.

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

Color convert

RGB19313569-
CMYK00.300.640.24
HSL31.94º50%51.37%-
HSV(B)31.94º64.25%75.69%-
XYZ31.7329.19.57-
YUV144.8285.22162.37-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.61%
GREEN value IS 135 (53.12% from 255) = 34.01%
BLUE value IS 69 (27.34% from 255) = 17.38%
R=48.61%
G=34.01%
B=17.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931356900.300.640.2431.945051.37
HexC1874501E4018203233
Octal30120710503610030406263
Binary11000001100001111000101011110100000011000100000110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18745; }

 p { color: rgb(193,135,69); }

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

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

 a { background-color: rgb(193,135,69); }

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

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

 span { border-color: rgb(193,135,69); }

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