#C3883F

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

Shades of Anzac #C3883F

Tints of Anzac #C3883F

Color information

#C3883F (or 0xC3883F) is unknown color: approx Anzac. HEX triplet: C3, 88 and 3F. RGB value is (195,136,63). Sum of RGB (Red+Green+Blue) = 195+136+63=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 63 (25% from 255 or 15.99% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C3883F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3883F is #3C77C0. Grayscale: #919191. Windows color (decimal): -3962817 or 4163779. OLE color: 4163779.

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

Color convert

RGB19513663-
CMYK00.300.680.24
HSL33.18º52.38%50.59%-
HSV(B)33.18º67.69%76.47%-
XYZ32.2129.578.71-
YUV145.3281.55163.44-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.49%
GREEN value IS 136 (53.52% from 255) = 34.52%
BLUE value IS 63 (25% from 255) = 15.99%
R=49.49%
G=34.52%
B=15.99%

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
Decimal1951366300.300.680.2433.1852.3850.59
HexC3883F01E4418213433
Octal3032107703610430416463
Binary1100001110001000111111011110100010011000100001110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3883F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3883F; }

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

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

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

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

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

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

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

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