#C48F3F

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

Shades of Anzac #C48F3F

Tints of Anzac #C48F3F

Color information

#C48F3F (or 0xC48F3F) is unknown color: approx Anzac. HEX triplet: C4, 8F and 3F. RGB value is (196,143,63). Sum of RGB (Red+Green+Blue) = 196+143+63=402 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.76% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 63 (25% from 255 or 15.67% from 402); Max value from RGB is 196 - color contains mainly: red. Hex color #C48F3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48F3F is #3B70C0. Grayscale: #969696. Windows color (decimal): -3895489 or 4165572. OLE color: 4165572.

HSL color Cylindrical-coordinate representation of color #C48F3F: hue angle of 36.09º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C48F3F is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB19614363-
CMYK00.270.680.23
HSL36.09º52.99%50.78%-
HSV(B)36.09º67.86%76.86%-
XYZ33.4831.749.06-
YUV149.7379.06161-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.76%
GREEN value IS 143 (56.25% from 255) = 35.57%
BLUE value IS 63 (25% from 255) = 15.67%
R=48.76%
G=35.57%
B=15.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961436300.270.680.2336.0952.9950.78
HexC48F3F01B4417243533
Octal3042177703310427446563
Binary1100010010001111111111011011100010010111100100110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48F3F; }

 p { color: rgb(196,143,63); }

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

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

 a { background-color: rgb(196,143,63); }

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

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

 span { border-color: rgb(196,143,63); }

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