#c3993f

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

Shades of Anzac #C3993F

Tints of Anzac #C3993F

Color information

#C3993F (or 0xC3993F) is unknown color: approx Anzac. HEX triplet: C3, 99 and 3F. RGB value is (195,153,63). Sum of RGB (Red+Green+Blue) = 195+153+63=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 63 (25% from 255 or 15.33% from 411); Max value from RGB is 195 - color contains mainly: red. Hex color #C3993F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3993F is #3C66C0. Grayscale: #9B9B9B. Windows color (decimal): -3958465 or 4168131. OLE color: 4168131.

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

Color convert

RGB19515363-
CMYK00.220.680.24
HSL40.91º52.38%50.59%-
HSV(B)40.91º67.69%76.47%-
XYZ34.7934.749.57-
YUV155.375.91156.32-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.45%
GREEN value IS 153 (60.16% from 255) = 37.23%
BLUE value IS 63 (25% from 255) = 15.33%
R=47.45%
G=37.23%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951536300.220.680.2440.9152.3850.59
HexC3993F0164418293433
Octal3032317702610430516463
Binary1100001110011001111111010110100010011000101001110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c3993f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c3993f; }

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

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

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

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

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

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

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

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