#C38840

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

Shades of Anzac #C38840

Tints of Anzac #C38840

Color information

#C38840 (or 0xC38840) is unknown color: approx Anzac. HEX triplet: C3, 88 and 40. RGB value is (195,136,64). Sum of RGB (Red+Green+Blue) = 195+136+64=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 64 (25.39% from 255 or 16.20% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C38840 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38840 is #3C77BF. Grayscale: #919191. Windows color (decimal): -3962816 or 4229315. OLE color: 4229315.

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

Color convert

RGB19513664-
CMYK00.300.670.24
HSL32.98º52.19%50.78%-
HSV(B)32.98º67.18%76.47%-
XYZ32.2429.588.86-
YUV145.4382.05163.35-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.37%
GREEN value IS 136 (53.52% from 255) = 34.43%
BLUE value IS 64 (25.39% from 255) = 16.20%
R=49.37%
G=34.43%
B=16.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951366400.300.670.2432.9852.1950.78
HexC3884001E4318213433
Octal30321010003610330416463
Binary11000011100010001000000011110100001111000100001110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38840; }

 p { color: rgb(195,136,64); }

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

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

 a { background-color: rgb(195,136,64); }

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

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

 span { border-color: rgb(195,136,64); }

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