#C18740

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

Shades of Anzac #C18740

Tints of Anzac #C18740

Color information

#C18740 (or 0xC18740) is unknown color: approx Anzac. HEX triplet: C1, 87 and 40. RGB value is (193,135,64). Sum of RGB (Red+Green+Blue) = 193+135+64=392 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.23% from 392); Green value is 135 (53.12% from 255 or 34.44% from 392); Blue value is 64 (25.39% from 255 or 16.33% from 392); Max value from RGB is 193 - color contains mainly: red. Hex color #C18740 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18740 is #3E78BF. Grayscale: #909090. Windows color (decimal): -4094144 or 4229057. OLE color: 4229057.

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

Color convert

RGB19313564-
CMYK00.300.670.24
HSL33.02º50.99%50.39%-
HSV(B)33.02º66.84%75.69%-
XYZ31.5829.048.79-
YUV144.2582.72162.77-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.23%
GREEN value IS 135 (53.12% from 255) = 34.44%
BLUE value IS 64 (25.39% from 255) = 16.33%
R=49.23%
G=34.44%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931356400.300.670.2433.0250.9950.39
HexC1874001E4318213332
Octal30120710003610330416362
Binary11000001100001111000000011110100001111000100001110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18740; }

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

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

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

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

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

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

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

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