#C38644

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

Shades of Anzac #C38644

Tints of Anzac #C38644

Color information

#C38644 (or 0xC38644) is unknown color: approx Anzac. HEX triplet: C3, 86 and 44. RGB value is (195,134,68). Sum of RGB (Red+Green+Blue) = 195+134+68=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 68 (26.95% from 255 or 17.13% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C38644 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38644 is #3C79BB. Grayscale: #919191. Windows color (decimal): -3963324 or 4490947. OLE color: 4490947.

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

Color convert

RGB19513468-
CMYK00.310.650.24
HSL31.18º51.42%51.57%-
HSV(B)31.18º65.13%76.47%-
XYZ32.0729.079.39-
YUV144.7284.71163.87-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.12%
GREEN value IS 134 (52.73% from 255) = 33.75%
BLUE value IS 68 (26.95% from 255) = 17.13%
R=49.12%
G=33.75%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951346800.310.650.2431.1851.4251.57
HexC3864401F41181f3334
Octal30320610403710130376364
Binary1100001110000110100010001111110000011100011111110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38644; }

 p { color: rgb(195,134,68); }

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

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

 a { background-color: rgb(195,134,68); }

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

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

 span { border-color: rgb(195,134,68); }

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