#C38C46

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

Shades of Anzac #C38C46

Tints of Anzac #C38C46

Color information

#C38C46 (or 0xC38C46) is unknown color: approx Anzac. HEX triplet: C3, 8C and 46. RGB value is (195,140,70). Sum of RGB (Red+Green+Blue) = 195+140+70=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 70 (27.73% from 255 or 17.28% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C38C46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38C46 is #3C73B9. Grayscale: #949494. Windows color (decimal): -3961786 or 4623555. OLE color: 4623555.

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

Color convert

RGB19514070-
CMYK00.280.640.24
HSL33.6º51.02%51.96%-
HSV(B)33.6º64.1%76.47%-
XYZ32.9930.810-
YUV148.4683.72161.19-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.15%
GREEN value IS 140 (55.08% from 255) = 34.57%
BLUE value IS 70 (27.73% from 255) = 17.28%
R=48.15%
G=34.57%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951407000.280.640.2433.651.0251.96
HexC38C4601C4018223334
Octal30321410603410030426364
Binary11000011100011001000110011100100000011000100010110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38C46; }

 p { color: rgb(195,140,70); }

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

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

 a { background-color: rgb(195,140,70); }

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

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

 span { border-color: rgb(195,140,70); }

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