#C5943B

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

Shades of Anzac #C5943B

Tints of Anzac #C5943B

Color information

#C5943B (or 0xC5943B) is unknown color: approx Anzac. HEX triplet: C5, 94 and 3B. RGB value is (197,148,59). Sum of RGB (Red+Green+Blue) = 197+148+59=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 59 (23.44% from 255 or 14.60% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C5943B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5943B is #3A6BC4. Grayscale: #989898. Windows color (decimal): -3828677 or 3904709. OLE color: 3904709.

HSL color Cylindrical-coordinate representation of color #C5943B: hue angle of 38.7º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C5943B is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB19714859-
CMYK00.250.700.23
HSL38.7º54.33%50.2%-
HSV(B)38.7º70.05%77.25%-
XYZ34.4133.378.76-
YUV152.575.23159.74-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.76%
GREEN value IS 148 (58.20% from 255) = 36.63%
BLUE value IS 59 (23.44% from 255) = 14.60%
R=48.76%
G=36.63%
B=14.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.70
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971485900.250.700.2338.754.3350.2
HexC5943B0194617273632
Octal3052247303110627476662
Binary1100010110010100111011011001100011010111100111110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5943B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5943B; }

 p { color: rgb(197,148,59); }

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

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

 a { background-color: rgb(197,148,59); }

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

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

 span { border-color: rgb(197,148,59); }

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