#C89238

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

Shades of Anzac #C89238

Tints of Anzac #C89238

Color information

#C89238 (or 0xC89238) is unknown color: approx Anzac. HEX triplet: C8, 92 and 38. RGB value is (200,146,56). Sum of RGB (Red+Green+Blue) = 200+146+56=402 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.75% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 56 (22.27% from 255 or 13.93% from 402); Max value from RGB is 200 - color contains mainly: red. Hex color #C89238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89238 is #376DC7. Grayscale: #989898. Windows color (decimal): -3632584 or 3707592. OLE color: 3707592.

HSL color Cylindrical-coordinate representation of color #C89238: hue angle of 37.5º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C89238 is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB20014656-
CMYK00.270.720.22
HSL37.5º56.69%50.2%-
HSV(B)37.5º72%78.43%-
XYZ34.8133.128.3-
YUV151.8973.89162.32-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.75%
GREEN value IS 146 (57.42% from 255) = 36.32%
BLUE value IS 56 (22.27% from 255) = 13.93%
R=49.75%
G=36.32%
B=13.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001465600.270.720.2237.556.6950.2
HexC8923801B4816263932
Octal3102227003311026467162
Binary1100100010010010111000011011100100010110100110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89238; }

 p { color: rgb(200,146,56); }

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

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

 a { background-color: rgb(200,146,56); }

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

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

 span { border-color: rgb(200,146,56); }

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