#C8913A

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

Shades of Anzac #C8913A

Tints of Anzac #C8913A

Color information

#C8913A (or 0xC8913A) is unknown color: approx Anzac. HEX triplet: C8, 91 and 3A. RGB value is (200,145,58). Sum of RGB (Red+Green+Blue) = 200+145+58=403 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.63% from 403); Green value is 145 (57.03% from 255 or 35.98% from 403); Blue value is 58 (23.05% from 255 or 14.39% from 403); Max value from RGB is 200 - color contains mainly: red. Hex color #C8913A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8913A is #376EC5. Grayscale: #979797. Windows color (decimal): -3632838 or 3838408. OLE color: 3838408.

HSL color Cylindrical-coordinate representation of color #C8913A: hue angle of 36.76º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C8913A is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB20014558-
CMYK00.280.710.22
HSL36.76º56.35%50.59%-
HSV(B)36.76º71%78.43%-
XYZ34.7132.848.51-
YUV151.5375.22162.57-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.63%
GREEN value IS 145 (57.03% from 255) = 35.98%
BLUE value IS 58 (23.05% from 255) = 14.39%
R=49.63%
G=35.98%
B=14.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001455800.280.710.2236.7656.3550.59
HexC8913A01C4716253833
Octal3102217203410726457063
Binary1100100010010001111010011100100011110110100101111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8913A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8913A; }

 p { color: rgb(200,145,58); }

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

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

 a { background-color: rgb(200,145,58); }

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

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

 span { border-color: rgb(200,145,58); }

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