#C48743

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

Shades of Anzac #C48743

Tints of Anzac #C48743

Color information

#C48743 (or 0xC48743) is unknown color: approx Anzac. HEX triplet: C4, 87 and 43. RGB value is (196,135,67). Sum of RGB (Red+Green+Blue) = 196+135+67=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 67 (26.56% from 255 or 16.83% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C48743 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48743 is #3B78BC. Grayscale: #919191. Windows color (decimal): -3897533 or 4425668. OLE color: 4425668.

HSL color Cylindrical-coordinate representation of color #C48743: hue angle of 31.63º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C48743 is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB19613567-
CMYK00.310.660.23
HSL31.63º52.23%51.57%-
HSV(B)31.63º65.82%76.86%-
XYZ32.4429.479.29-
YUV145.4983.71164.03-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.25%
GREEN value IS 135 (53.12% from 255) = 33.92%
BLUE value IS 67 (26.56% from 255) = 16.83%
R=49.25%
G=33.92%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.66
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961356700.310.660.2331.6352.2351.57
HexC4874301F4217203434
Octal30420710303710227406464
Binary11000100100001111000011011111100001010111100000110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48743; }

 p { color: rgb(196,135,67); }

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

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

 a { background-color: rgb(196,135,67); }

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

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

 span { border-color: rgb(196,135,67); }

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