#C38E45

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

Shades of Anzac #C38E45

Tints of Anzac #C38E45

Color information

#C38E45 (or 0xC38E45) is unknown color: approx Anzac. HEX triplet: C3, 8E and 45. RGB value is (195,142,69). Sum of RGB (Red+Green+Blue) = 195+142+69=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 142 (55.86% from 255 or 34.98% from 406); Blue value is 69 (27.34% from 255 or 17.00% from 406); Max value from RGB is 195 - color contains mainly: red. Hex color #C38E45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38E45 is #3C71BA. Grayscale: #959595. Windows color (decimal): -3961275 or 4558531. OLE color: 4558531.

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

Color convert

RGB19514269-
CMYK00.270.650.24
HSL34.76º51.22%51.76%-
HSV(B)34.76º64.62%76.47%-
XYZ33.2531.389.93-
YUV149.5282.56160.44-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.03%
GREEN value IS 142 (55.86% from 255) = 34.98%
BLUE value IS 69 (27.34% from 255) = 17.00%
R=48.03%
G=34.98%
B=17.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951426900.270.650.2434.7651.2251.76
HexC38E4501B4118233334
Octal30321610503310130436364
Binary11000011100011101000101011011100000111000100011110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38E45; }

 p { color: rgb(195,142,69); }

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

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

 a { background-color: rgb(195,142,69); }

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

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

 span { border-color: rgb(195,142,69); }

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