#C28C43

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

Shades of Anzac #C28C43

Tints of Anzac #C28C43

Color information

#C28C43 (or 0xC28C43) is unknown color: approx Anzac. HEX triplet: C2, 8C and 43. RGB value is (194,140,67). Sum of RGB (Red+Green+Blue) = 194+140+67=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 67 (26.56% from 255 or 16.71% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28C43 is #3D73BC. Grayscale: #949494. Windows color (decimal): -4027325 or 4426946. OLE color: 4426946.

HSL color Cylindrical-coordinate representation of color #C28C43: hue angle of 34.49º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C28C43 is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB19414067-
CMYK00.280.650.24
HSL34.49º51%51.18%-
HSV(B)34.49º65.46%76.08%-
XYZ32.6430.639.5-
YUV147.8282.39160.94-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.38%
GREEN value IS 140 (55.08% from 255) = 34.91%
BLUE value IS 67 (26.56% from 255) = 16.71%
R=48.38%
G=34.91%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941406700.280.650.2434.495151.18
HexC28C4301C4118223333
Octal30221410303410130426363
Binary11000010100011001000011011100100000111000100010110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28C43; }

 p { color: rgb(194,140,67); }

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

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

 a { background-color: rgb(194,140,67); }

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

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

 span { border-color: rgb(194,140,67); }

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