#C48D43

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

Shades of Anzac #C48D43

Tints of Anzac #C48D43

Color information

#C48D43 (or 0xC48D43) is unknown color: approx Anzac. HEX triplet: C4, 8D and 43. RGB value is (196,141,67). Sum of RGB (Red+Green+Blue) = 196+141+67=404 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.51% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 67 (26.56% from 255 or 16.58% from 404); Max value from RGB is 196 - color contains mainly: red. Hex color #C48D43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48D43 is #3B72BC. Grayscale: #959595. Windows color (decimal): -3895997 or 4427204. OLE color: 4427204.

HSL color Cylindrical-coordinate representation of color #C48D43: hue angle of 34.42º 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 #C48D43 is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB19614167-
CMYK00.280.660.23
HSL34.42º52.23%51.57%-
HSV(B)34.42º65.82%76.86%-
XYZ33.331.199.58-
YUV149.0181.72161.52-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.51%
GREEN value IS 141 (55.47% from 255) = 34.90%
BLUE value IS 67 (26.56% from 255) = 16.58%
R=48.51%
G=34.90%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.66
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961416700.280.660.2334.4252.2351.57
HexC48D4301C4217223434
Octal30421510303410227426464
Binary11000100100011011000011011100100001010111100010110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48D43; }

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

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

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

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

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

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

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

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