#C3893D

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

Shades of Anzac #C3893D

Tints of Anzac #C3893D

Color information

#C3893D (or 0xC3893D) is unknown color: approx Anzac. HEX triplet: C3, 89 and 3D. RGB value is (195,137,61). Sum of RGB (Red+Green+Blue) = 195+137+61=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 137 (53.91% from 255 or 34.86% from 393); Blue value is 61 (24.22% from 255 or 15.52% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C3893D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3893D is #3C76C2. Grayscale: #929292. Windows color (decimal): -3962563 or 4032963. OLE color: 4032963.

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

Color convert

RGB19513761-
CMYK00.300.690.24
HSL34.03º52.76%50.2%-
HSV(B)34.03º68.72%76.47%-
XYZ32.2929.838.47-
YUV145.6880.22163.18-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.62%
GREEN value IS 137 (53.91% from 255) = 34.86%
BLUE value IS 61 (24.22% from 255) = 15.52%
R=49.62%
G=34.86%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951376100.300.690.2434.0352.7650.2
HexC3893D01E4518223532
Octal3032117503610530426562
Binary1100001110001001111101011110100010111000100010110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3893D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3893D; }

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

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

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

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

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

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

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

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