#C3953F

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

Shades of Anzac #C3953F

Tints of Anzac #C3953F

Color information

#C3953F (or 0xC3953F) is unknown color: approx Anzac. HEX triplet: C3, 95 and 3F. RGB value is (195,149,63). Sum of RGB (Red+Green+Blue) = 195+149+63=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 63 (25% from 255 or 15.48% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C3953F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3953F is #3C6AC0. Grayscale: #999999. Windows color (decimal): -3959489 or 4167107. OLE color: 4167107.

HSL color Cylindrical-coordinate representation of color #C3953F: hue angle of 39.09º 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 #C3953F is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB19514963-
CMYK00.240.680.24
HSL39.09º52.38%50.59%-
HSV(B)39.09º67.69%76.47%-
XYZ34.1533.469.36-
YUV152.9577.24157.99-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.91%
GREEN value IS 149 (58.59% from 255) = 36.61%
BLUE value IS 63 (25% from 255) = 15.48%
R=47.91%
G=36.61%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951496300.240.680.2439.0952.3850.59
HexC3953F0184418273433
Octal3032257703010430476463
Binary1100001110010101111111011000100010011000100111110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3953F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3953F; }

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

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

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

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

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

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

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

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