#C98D39

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

Shades of Anzac #C98D39

Tints of Anzac #C98D39

Color information

#C98D39 (or 0xC98D39) is unknown color: approx Anzac. HEX triplet: C9, 8D and 39. RGB value is (201,141,57). Sum of RGB (Red+Green+Blue) = 201+141+57=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 57 (22.66% from 255 or 14.29% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C98D39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98D39 is #3672C6. Grayscale: #959595. Windows color (decimal): -3568327 or 3771849. OLE color: 3771849.

HSL color Cylindrical-coordinate representation of color #C98D39: hue angle of 35º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C98D39 is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB20114157-
CMYK00.300.720.21
HSL35º57.14%50.59%-
HSV(B)35º71.64%78.82%-
XYZ34.3531.768.19-
YUV149.3675.88164.83-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.38%
GREEN value IS 141 (55.47% from 255) = 35.34%
BLUE value IS 57 (22.66% from 255) = 14.29%
R=50.38%
G=35.34%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011415700.300.720.213557.1450.59
HexC98D3901E4815233933
Octal3112157103611025437163
Binary1100100110001101111001011110100100010101100011111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98D39; }

 p { color: rgb(201,141,57); }

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

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

 a { background-color: rgb(201,141,57); }

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

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

 span { border-color: rgb(201,141,57); }

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