#C3893F

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

Shades of Anzac #C3893F

Tints of Anzac #C3893F

Color information

#C3893F (or 0xC3893F) is unknown color: approx Anzac. HEX triplet: C3, 89 and 3F. RGB value is (195,137,63). Sum of RGB (Red+Green+Blue) = 195+137+63=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 63 (25% from 255 or 15.95% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C3893F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3893F is #3C76C0. Grayscale: #929292. Windows color (decimal): -3962561 or 4164035. OLE color: 4164035.

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

Color convert

RGB19513763-
CMYK00.300.680.24
HSL33.64º52.38%50.59%-
HSV(B)33.64º67.69%76.47%-
XYZ32.3529.858.76-
YUV145.9181.22163.02-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.37%
GREEN value IS 137 (53.91% from 255) = 34.68%
BLUE value IS 63 (25% from 255) = 15.95%
R=49.37%
G=34.68%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951376300.300.680.2433.6452.3850.59
HexC3893F01E4418223433
Octal3032117703610430426463
Binary1100001110001001111111011110100010011000100010110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3893F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3893F; }

 p { color: rgb(195,137,63); }

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

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

 a { background-color: rgb(195,137,63); }

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

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

 span { border-color: rgb(195,137,63); }

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