#C38941

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

Shades of Anzac #C38941

Tints of Anzac #C38941

Color information

#C38941 (or 0xC38941) is unknown color: approx Anzac. HEX triplet: C3, 89 and 41. RGB value is (195,137,65). Sum of RGB (Red+Green+Blue) = 195+137+65=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 137 (53.91% from 255 or 34.51% from 397); Blue value is 65 (25.78% from 255 or 16.37% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C38941 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38941 is #3C76BE. Grayscale: #929292. Windows color (decimal): -3962559 or 4295107. OLE color: 4295107.

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

Color convert

RGB19513765-
CMYK00.300.670.24
HSL33.23º52%50.98%-
HSV(B)33.23º66.67%76.47%-
XYZ32.4129.889.06-
YUV146.1382.22162.85-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.12%
GREEN value IS 137 (53.91% from 255) = 34.51%
BLUE value IS 65 (25.78% from 255) = 16.37%
R=49.12%
G=34.51%
B=16.37%

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
Decimal1951376500.300.670.2433.235250.98
HexC3894101E4318213433
Octal30321110103610330416463
Binary11000011100010011000001011110100001111000100001110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38941; }

 p { color: rgb(195,137,65); }

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

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

 a { background-color: rgb(195,137,65); }

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

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

 span { border-color: rgb(195,137,65); }

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