#C3863C

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

Shades of Anzac #C3863C

Tints of Anzac #C3863C

Color information

#C3863C (or 0xC3863C) is unknown color: approx Anzac. HEX triplet: C3, 86 and 3C. RGB value is (195,134,60). Sum of RGB (Red+Green+Blue) = 195+134+60=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 60 (23.83% from 255 or 15.42% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C3863C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3863C is #3C79C3. Grayscale: #909090. Windows color (decimal): -3963332 or 3966659. OLE color: 3966659.

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

Color convert

RGB19513460-
CMYK00.310.690.24
HSL32.89º52.94%50%-
HSV(B)32.89º69.23%76.47%-
XYZ31.8528.988.19-
YUV143.880.71164.52-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.13%
GREEN value IS 134 (52.73% from 255) = 34.45%
BLUE value IS 60 (23.83% from 255) = 15.42%
R=50.13%
G=34.45%
B=15.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951346000.310.690.2432.8952.9450
HexC3863C01F4518213532
Octal3032067403710530416562
Binary1100001110000110111100011111100010111000100001110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3863C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3863C; }

 p { color: rgb(195,134,60); }

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

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

 a { background-color: rgb(195,134,60); }

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

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

 span { border-color: rgb(195,134,60); }

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