#C38A40

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

Shades of Anzac #C38A40

Tints of Anzac #C38A40

Color information

#C38A40 (or 0xC38A40) is unknown color: approx Anzac. HEX triplet: C3, 8A and 40. RGB value is (195,138,64). Sum of RGB (Red+Green+Blue) = 195+138+64=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 64 (25.39% from 255 or 16.12% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38A40 is #3C75BF. Grayscale: #929292. Windows color (decimal): -3962304 or 4229827. OLE color: 4229827.

HSL color Cylindrical-coordinate representation of color #C38A40: hue angle of 33.89º 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 #C38A40 is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB19513864-
CMYK00.290.670.24
HSL33.89º52.19%50.78%-
HSV(B)33.89º67.18%76.47%-
XYZ32.5230.158.96-
YUV146.6181.38162.52-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.12%
GREEN value IS 138 (54.30% from 255) = 34.76%
BLUE value IS 64 (25.39% from 255) = 16.12%
R=49.12%
G=34.76%
B=16.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951386400.290.670.2433.8952.1950.78
HexC38A4001D4318223433
Octal30321210003510330426463
Binary11000011100010101000000011101100001111000100010110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38A40; }

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

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

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

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

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

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

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

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